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
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
Why does GCC remove the whitespace between the preprocessing tokens?
Jan 31, 2026
c
gcc
token
language-lawyer
c-preprocessor
Formal definition of restrict fails to account for valid cases
Jan 31, 2026
c
language-lawyer
restrict-qualifier
std class specialization - meeting the standard library requirements for the original std::array template
Jan 31, 2026
c++
language-lawyer
template-specialization
stdarray
Sorting by element address
Feb 01, 2026
c++
language-lawyer
compiler-bug
Copying of std::vector filled with neither copy constructible nor copy assignable elements
Jan 31, 2026
c++
language-lawyer
c++20
stdvector
copy-constructor
Is it well-formed to overload an operator for a standard-defined type in global namespace that doesn't depend on a user-define type? [duplicate]
Jan 30, 2026
c++
language-lawyer
What is the difference between "happens before" and "precedes in a single total order" relations for memory_order_seq_cst operations?
Jan 31, 2026
c++
concurrency
language-lawyer
memory-barriers
stdatomic
Function template instantiation using an incomplete type
Jan 30, 2026
c++
templates
language-lawyer
incomplete-type
Do lambda expressions that appear in different definitions of a same entity produce the same closure type?
Jan 29, 2026
c++
lambda
language-lawyer
c++20
Why destructor needs to be accessible even when it is not called?
Jan 30, 2026
c++
c++17
language-lawyer
destructor
temporary
In C++26, are implementations required to "initialize" uninitialized variables to some fixed byte pattern?
Jan 31, 2026
c++
language-lawyer
c++26
erroneous-behavior
Sequence point after a return statement?
Jan 29, 2026
c
return
language-lawyer
sequence-points
Why std::allocator<T>::allocate calls ::operator new?
Jan 29, 2026
c++
language-lawyer
new-operator
allocator
Is copy elision in the form of named return value optimization permitted in C?
Jan 29, 2026
c
language-lawyer
copy-elision
nrvo
Is it allowed to write an instance of Derived over an instance of Base?
Jan 29, 2026
c++
memory
overwrite
language-lawyer
using declaration inside a member function for an inherited member field
Jan 29, 2026
c++
language-lawyer
using-directives
« Newer Entries
Older Entries »