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
Where in the Standard does it say that calling B::foo() below is legal?
Sep 02, 2026
c++
inheritance
c++11
implementation
language-lawyer
Is simultaneous access to volatile a data race? Even though it seems to work in practice?
Sep 03, 2026
c++
concurrency
language-lawyer
atomic
volatile
constexpr member function of non constexpr constructible class
Sep 02, 2026
c++
language-lawyer
constexpr
Deleting a nullptr may or may not call a deallocation function. Why not guarantee the latter?
Sep 02, 2026
c++
language-lawyer
compiler-optimization
delete-operator
Is there any practical difference between an inline function having internal and external linkage, with compiler optimization?
Sep 02, 2026
c++
language-lawyer
compiler-optimization
inline-functions
How does this pointer aliasing work?
Aug 30, 2026
c
pointers
language-lawyer
strict-aliasing
type-punning
Trying to understand [basic.def.odr]/2 in C++14 (N4140)
Aug 30, 2026
c++
language-lawyer
c++14
Why does invoking a function with a pointer to one member variable inhibit optimization of other member variable?
Aug 30, 2026
c++
optimization
language-lawyer
Multiple occurrences of placeholder type 'auto' in a type
Aug 27, 2026
c++
language-lawyer
auto
type-deduction
Reversal of primary comparison operators (==, <=>) in C++20
Aug 28, 2026
c++
language-lawyer
c++20
Is the use of platform-provided synchronous operations a kind of UB?
Aug 26, 2026
c++
language-lawyer
c++20
atomic
synchronous
Is adding a uintptr_t to a pointer symmetric?
Aug 27, 2026
c
pointers
type-conversion
language-lawyer
Substituting template parameter with its known value into a typedef is inconsistent between compilers
Aug 26, 2026
c++
templates
constructor
language-lawyer
Result of comparing hardcoded strings with ==
Aug 26, 2026
c
language-lawyer
Why doesn't function declaration as body of If statement result in an error in JavaScript?
Aug 24, 2026
javascript
if-statement
conditional-statements
syntax-error
language-lawyer
Older Entries »