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
Difference between GCC and CLANG about using-directive scope in C++ modules
Jun 22, 2026
c++
gcc
clang
language-lawyer
c++20
p1 and p2 are pointers to ints, if p2>p1 is valid, is p2-p1 valid?
Jun 21, 2026
c++
pointers
language-lawyer
pointer-arithmetic
Are signed, unsigned, long and short all valid types in all versions of C and C++?
Jun 21, 2026
c++
c
language-lawyer
What is the standard rule on arithmetic operations when storing temporary values to a certain data type?
Jun 21, 2026
c++
language-lawyer
standards
compiler-warnings
integer-overflow
Return from function using copy-list-initialization, no copy/move constructor needed - Where's it stated in C++ 11 standard?
Jun 21, 2026
c++
c++11
language-lawyer
Hiding names with 'using' directive [duplicate]
Jun 20, 2026
c++
language-lawyer
Constructor call sequence [duplicate]
Jun 20, 2026
c++
inheritance
constructor
language-lawyer
virtual-inheritance
Does the comma operator odr-use its arguments?
Jun 20, 2026
c++
language-lawyer
one-definition-rule
Swapping `std::aligned_storage` instances containing non-trivially-copyable types - undefined behavior?
Jun 19, 2026
c++
language-lawyer
swap
undefined-behavior
c++14
Efficient type punning without undefined behavior [duplicate]
Jun 19, 2026
c++
gcc
language-lawyer
c++20
type-punning
When is reinterpret_cast UB?
Jun 16, 2026
c++
language-lawyer
c++20
undefined-behavior
reinterpret-cast
What in the C standard allows compilers to optimize `(((char *)p - 1) == NULL` to false?
Jun 18, 2026
c
pointers
language-lawyer
standards
pointer-arithmetic
Do bound functions support proper tail calls in ES6?
Jun 16, 2026
ecmascript-6
language-lawyer
tail-call-optimization
tail-call
Is it undefined behaviour to not call the destructor of an object?
Jun 16, 2026
c++
c++17
language-lawyer
destructor
Is this list-initialization well-formed in C++20 and later?
Jun 15, 2026
c++
language-lawyer
c++20
list-initialization
"The implementation may assume X" implies undefined behavior when X does not hold?
Jun 15, 2026
c++
language-lawyer
undefined-behavior
Should I avoid static constexpr local variables? If so, why?
Jun 15, 2026
c++
static
c++17
language-lawyer
constexpr
Why do we need the highlighted sentence below in [dcl.init]/(6.2)?
Jun 15, 2026
c++
initialization
language-lawyer
Older Entries »