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 it legal for a compiler to optimize calls to malloc to return more weakly aligned memory?
Feb 05, 2026
c
malloc
language-lawyer
memory-alignment
Overload of a nested template function
Feb 05, 2026
c++
c++11
templates
overloading
language-lawyer
Using declaration compiles in gcc and msvc but rejected in clang
Feb 03, 2026
c++
language-lawyer
c++20
for ... in - Is the object being iterated evaluated just once before entering the loop?
Feb 05, 2026
javascript
language-lawyer
A @Target-less annotation cannot be applied to a type parameter declaration in Java 19: why not?
Feb 04, 2026
java
language-lawyer
annotation-processing
jls
Initialize block-scope static const variable with pointer to compound literal?
Feb 05, 2026
c
language-lawyer
c99
compound-literals
c23
Understanding bitwise left shift on signed types in C++14
Feb 04, 2026
c++
bit-manipulation
language-lawyer
c++14
bit-shift
Is this a standard feature in C [duplicate]
Feb 04, 2026
c
language-lawyer
Does compiler really enforce implementation of pure virtual destructor?
Feb 02, 2026
c++
compilation
language-lawyer
destructor
pure-virtual
Checking null pointer && pointer->member value in the same if statement
Feb 03, 2026
c++
language-lawyer
Is this fabs implementation valid for NaNs?
Feb 02, 2026
c
floating-point
language-lawyer
Is it well-formed to do pointer arithmetic on a pointer returned from an allocator?
Feb 02, 2026
c++
c++17
language-lawyer
c++20
pointer-arithmetic
Overload resolution for a function with multiple parameter packs in C++
Jan 31, 2026
c++
language-lawyer
c++20
overload-resolution
parameter-pack
How does libcxx std::counting_semaphore implement "Strongly happens before" for release / acquire?
Jan 31, 2026
c++
language-lawyer
c++20
memory-barriers
stdatomic
Clarification and reasons for object lifetime constraints change in C++20
Feb 01, 2026
c++
c++17
language-lawyer
c++20
In a false `if constexpr` branch outside of a template, are bodies of called template functions instantiated or not?
Feb 01, 2026
c++
language-lawyer
Are pointers to pure virtual member functions of local classes allowed?
Feb 01, 2026
c++
visual-c++
language-lawyer
pure-virtual
local-class
Are nameless parameters in main() strictly conforming?
Feb 01, 2026
c++
program-entry-point
language-lawyer
Older Entries »