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 default argument for a function parameter is considered as an initializer for that parameter?
May 23, 2026
c++
language-lawyer
initializer
default-arguments
ADL lookup inside a class (template) member function body
May 24, 2026
c++
language-lawyer
c++17
argument-dependent-lookup
class-members
Requires expression with local parameter of void type
May 24, 2026
c++
language-lawyer
c++20
void
requires-expression
empty character literal in stringified block
May 23, 2026
c++
clang
language-lawyer
c-preprocessor
c++03
Does operator < need to be declared before calling std::lexicographical_compare
May 23, 2026
c++
language-lawyer
c++20
Object access through an unsigned char alias, what happens on load and on store?
May 23, 2026
c++
language-lawyer
c++17
strict-aliasing
Why string::replace does not specify allocator's exceptions in C++11?
May 22, 2026
c++
string
exception
replace
language-lawyer
Implied meaning of ordering types in C++20
May 21, 2026
c++
language-lawyer
c++20
spaceship-operator
Why GCC warns when casting an uninitialized volatile pointer to `void`?
May 22, 2026
c++
c
gcc
warnings
language-lawyer
Difference between references and values in deduction guides
May 22, 2026
c++
language-lawyer
c++17
variadic-templates
template-argument-deduction
std::start_lifetime_as and UB in C++23 multithreaded application
May 21, 2026
c++
language-lawyer
undefined-behavior
object-lifetime
c++23
When is "explicit specialization" needed or desirable in C++?
May 19, 2026
c++
templates
language-lawyer
overloading
template-specialization
Using C time functions to measure time: are they code-reordering resistant?
May 19, 2026
c++
c
performance
time
language-lawyer
Does std::to_chars ever really disambiguate using round_to_nearest?
May 18, 2026
c++
floating-point
language-lawyer
precision
stringification
Using-declaration to introduce dependent name from base class template
May 17, 2026
c++
templates
language-lawyer
using
dependent-name
What does "\x{01}" mean in C++?
May 19, 2026
c++
language-lawyer
Is left shifting a long long considered Undefined Behavior in C?
May 18, 2026
c
language-lawyer
undefined-behavior
Where is the normative rule that restricts what the declaration can be in a explicit specialization?
May 18, 2026
c++
language-lawyer
Older Entries »