Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in language-lawyer
Why does copy initializaton require destructor in C++17 with guaranteed move/copy elision?
Mar 17, 2022
c++
c++17
language-lawyer
copy-elision
copy-initialization
Would it be legal to implement overloads of std::sort with radix sort?
Apr 13, 2022
c++
sorting
language-lawyer
standard-library
Perplexing non-trailing parameter pack behaviour
Feb 04, 2022
c++
templates
language-lawyer
Should a using command issue a warning when using a reserved identifier?
Feb 05, 2022
c++
language-lawyer
reserved-words
using-directives
user-defined-literals
Where should the definition of an explicit specialization of a class template be placed in C++?
Nov 15, 2022
c++
templates
language-lawyer
standards
one-definition-rule
Plain C polymorphism, type punning, and strict aliasing. How legal is this?
Aug 16, 2022
c
polymorphism
language-lawyer
strict-aliasing
type-punning
Does stream::seekoff update the input sequence?
Feb 21, 2021
c++
stream
buffer
language-lawyer
Function template overloading with variadic templates: Intel c++ compiler version 18 produces different result from other compilers. Is intel wrong?
Dec 10, 2020
c++
templates
language-lawyer
variadic-templates
Are floating point operations resulting in infinity undefined behavior for IEC 559/IEEE 754 floating-point types
Nov 13, 2022
c++
floating-point
language-lawyer
c++17
c++20
Has it been established if move/copy constructor/assignment are "deleted" or "not declared" in C++17?
Sep 12, 2022
c++
language-lawyer
c++17
Is it possible to initialize member variable (or base class) of a non-copyable type?
Nov 13, 2022
c++
c++17
language-lawyer
How do one use `offsetof` to access a field in a standard conforming way?
Jul 01, 2020
c
pointers
language-lawyer
offsetof
MSVC brace initialization with doubles appears to violate the standard?
Apr 27, 2022
c++
c++11
visual-c++
language-lawyer
list-initialization
Is it safe to cast to a class that has the same data member layout, but a different implementation?
Apr 04, 2022
c++
performance
casting
type-conversion
language-lawyer
Can I always safely cast into the underlying type of a fixed (scoped) enumeration?
Nov 04, 2022
c++
c++11
casting
language-lawyer
RVO overwriting value in parameter before return
Mar 27, 2022
c++
language-lawyer
c++03
Using std::launder to get a pointer to an active object member from a pointer to an inactive object?
Dec 23, 2021
c++
pointers
language-lawyer
c++17
unions
How are multiple prior declarations resolved for a new declaration with extern?
Sep 12, 2022
c
language-lawyer
How could one copy union simple members with memcpy?
Mar 13, 2021
c++
language-lawyer
std
unions
standards-compliance
What does POSIX mean when it says stderr is expected to be open for reading and writing?
Aug 21, 2022
c
file
language-lawyer
posix
stderr
« Newer Entries
Older Entries »