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
Does the standard require `operator->()` to be defined for past-the-end non-contiguous iterators?
Dec 05, 2025
c++
iterator
language-lawyer
c++20
May a header from the C standard library include another header?
Dec 04, 2025
c
include
language-lawyer
c-standard-library
Imaginary deduction guides
Dec 03, 2025
c++
language-lawyer
c++20
Can any char be converted in bool using std::bit_cast?
Dec 03, 2025
c++
boolean
language-lawyer
c++20
bit-cast
Can you explicitly provide template arguments to std::gcd?
Dec 02, 2025
c++
language-lawyer
c++23
Is it undefined behavior to compare a character array char u[10] with a string literal "abc"
Dec 03, 2025
c++
pointers
language-lawyer
At which point are default template arguments instantiated in C++?
Dec 02, 2025
c++
lambda
language-lawyer
c++20
default-arguments
What is the value category of result yielded from shift operators, bit-wise operators, and sizeof operator?
Dec 02, 2025
c++
operators
expression
language-lawyer
Can constructor's member initializer include initialization of another member?
Dec 02, 2025
c++
language-lawyer
c++20
placement-new
member-initialization
reference types and literal types
Dec 01, 2025
c++
c++11
language-lawyer
Why do C++20 concepts cause cyclic constraint errors while old-school SFINAE does not?
Nov 29, 2025
c++
language-lawyer
c++20
sfinae
c++-concepts
Do C++ standard library algorithms use std::advance
Nov 29, 2025
c++
algorithm
c++11
iterator
language-lawyer
C++11: What prevents stores from lifting past the start of a lock's critical section?
Nov 30, 2025
c++
c++11
concurrency
language-lawyer
memory-model
Does casting to a char pointer to increment a pointer by a certain amount and then accessing as a different type violate strict aliasing?
Nov 29, 2025
c
language-lawyer
strict-aliasing
Older Entries »