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
Is a pointer allowed to change value in single inheritance?
Nov 07, 2022
c++
pointers
casting
language-lawyer
multiple-inheritance
[expr.unary.op]/9 seems to imply that the `operator !()` could not be applied to the type A below. But compilers disagree with that
Feb 10, 2022
c++
language-lawyer
c++17
unary-operator
Different behavior among explicit cast, direct initialization and copy initialization
Aug 25, 2022
c++
templates
casting
initialization
language-lawyer
Is it guaranteed that there's no padding between values of the same type?
May 23, 2022
c
struct
language-lawyer
padding
Generic lambda and its argument as constant expression
Mar 03, 2022
c++
lambda
c++14
language-lawyer
Should I fix this obscure but elegant c++ code fragment? [closed]
May 13, 2022
c++
language-lawyer
Direct-init vs. list-init in array new-expression
Nov 20, 2022
c++
c++14
language-lawyer
initializer
new-expression
SFINAE method completely disables base class's template method in clang
Jan 17, 2022
c++
c++11
gcc
clang
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
« Newer Entries
Older Entries »