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 reading one-past-the-end pointer allowed in a constant expression when short-circuit disable its evaluation
Jan 05, 2023
c++
language-lawyer
short-circuiting
constant-expression
C++ nrvo/copy elision with return statement in parentheses
Jan 05, 2023
c++
language-lawyer
copy-elision
nrvo
Is shifting std::bitset<N> more than N positions undefined behavior?
Jan 05, 2023
c++
c++11
c++14
language-lawyer
bit-shift
Can anyone show an example where this precedence matters?
Jan 02, 2023
c
language-lawyer
operator-precedence
Where in the C++ standard does it state that the default constructor is not generated when the copy constructor is deleted?
Dec 26, 2022
c++
c++11
constructor
language-lawyer
Was `long` guaranteed to be as wide as `size_t`
Dec 27, 2022
c
language-lawyer
c89
Different behavior observed with constexpr auto/char-array variable
Dec 27, 2022
c++
c++11
language-lawyer
constexpr
auto
Integer overflow and order of operations
Dec 27, 2022
c++
operators
language-lawyer
multiplication
associativity
Is `free(a_comparable_pointer)` well defined or UB?
Dec 26, 2022
c
language-lawyer
Invoking a static member function on non-existing object
Dec 26, 2022
c++
static
language-lawyer
Taking the address of a function from within that function
Dec 25, 2022
c
language-lawyer
Lifetime of a temporary captured by reference in a closure stored in a class
Dec 25, 2022
c++
language-lawyer
c++17
lifetime
temporary-objects
Is writing then reading different union members undefined according to the C standard? [duplicate]
Dec 25, 2022
c
language-lawyer
Ambiguous member template lookup
Dec 23, 2022
c++
language-lawyer
function-call
name-lookup
What would happen if "i = i++" was not considered undefined behavior? [closed]
Dec 26, 2022
c
language-lawyer
Surprising behavior of strtoull("-1", NULL, 0) and other negative values
Dec 25, 2022
c
language-lawyer
strtoull
Function interleaving in pre C++17
Dec 25, 2022
c++
c++11
c++14
language-lawyer
c++17
Why does template argument deduction fail with overloaded function?
Dec 25, 2022
c++
language-lawyer
template-argument-deduction
Is modifying an object through a pointer to const undefined behavior?
Dec 25, 2022
c
pointers
constants
language-lawyer
undefined-behavior
Argument evaluation order between curly braces and parentheses
Dec 25, 2022
c++
c++11
constructor
language-lawyer
c++17
« Newer Entries
Older Entries »