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
My assumption is that the code below ill-formed NDR? But why?
Jan 03, 2022
c++
language-lawyer
reinterpret_cast member function pointer to void(*&)()
Oct 03, 2022
c++
language-lawyer
function-pointers
member-function-pointers
reinterpret-cast
pointer-to-member
Same clang, different results for std::initializer_list program with -std=c++14/-std=c++17
May 06, 2022
c++
clang
language-lawyer
c++17
stdinitializerlist
Is converting an integer to a pointer always well defined?
Aug 24, 2022
c++
pointers
casting
language-lawyer
reinterpret-cast
How and where is it possible that a variable does not has an associated name in C++?
Sep 16, 2022
c++
variables
reference
language-lawyer
identifier
Undefined Behaviour in C99 related to adjusted parameters
Nov 09, 2022
c
language-lawyer
undefined-behavior
implicit-conversion
c99
In C++20, is a macro considered "active" if it's #undef'd, then #define'd again?
Sep 15, 2022
c++
language-lawyer
c++20
Do deduction guides require noexcept specifiers?
Dec 28, 2021
c++
templates
c++17
language-lawyer
deduction-guide
Why does this code using designated initializers in function parameters goes from ambiguous to not compiling when removing one function?
Aug 31, 2022
c++
language-lawyer
c++20
designated-initializer
C++17 conditional (ternary) operator inconsistency between MSVC and Clang/GCC
Nov 16, 2022
c++
visual-c++
c++17
language-lawyer
Does any change in program state constitute observable behavior?
May 11, 2022
c++
state
language-lawyer
observable-behavior
C11 thread-safety with respect to functions that return pointers to static buffers
Feb 11, 2016
c
multithreading
language-lawyer
c11
Do I still get default copy constructor and operator= if I define ones with non-const arguments?
Oct 27, 2018
c++
constants
language-lawyer
default-copy-constructor
Is scanf guaranteed to not change the value on failure?
Mar 13, 2022
c
scanf
language-lawyer
Constexpr compound assignment operator in clang and gcc
Nov 16, 2022
c++
c++11
language-lawyer
c++14
constexpr
Confusion around function call resolution
Jan 16, 2022
c++
language-lawyer
function-calls
overload-resolution
argument-dependent-lookup
Does the following actually violate the ODR?
Oct 04, 2019
c++
static
inline
language-lawyer
one-definition-rule
Are checked guard parameter packs cause of ill-formed programs?
Aug 05, 2021
c++
templates
language-lawyer
variadic-templates
When an `int` at max value and tested with with postfix ++, is code well-defined?
May 17, 2022
c
language-lawyer
Are local class rules aligned to c++14 return type deduction?
Nov 18, 2022
c++
c++14
language-lawyer
return-type
auto
« Newer Entries
Older Entries »