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 definition int a = 0, b = a++, c = a++; have defined behavior in C?
Sep 05, 2025
c
language-lawyer
undefined-behavior
sequence-points
c17
using throw in a constexpr or a consteval function in order to generate compile-time error
Sep 02, 2025
c++
language-lawyer
throw
consteval
constexpr-function
Can you call virtual methods on a base class in a union when a derived class is active?
Sep 04, 2025
c++
language-lawyer
unions
c++23
stdlaunder
Why must C++ function parameter packs be placeholders or pack expansions?
Sep 02, 2025
c++
language-lawyer
variadic-templates
c++20
Why trivial copyable class require the destructor must be trivial
Sep 04, 2025
c++
language-lawyer
Are multiple identical prototypes legal?
Sep 04, 2025
c
prototype
language-lawyer
declaration
c99
Is const_cast(this) with a write operation undefined behaviour, if the actual object is non-const?
Sep 03, 2025
c++
language-lawyer
Why does the standard require only input iterators for std::distance, rather than forward iterators?
Sep 03, 2025
c++
language-lawyer
language-design
New-expression with consteval constructor in constexpr context
Sep 01, 2025
c++
language-lawyer
c++20
constexpr
consteval
How does inline affect member functions in module interfaces?
Sep 03, 2025
c++
language-lawyer
c++20
c++-modules
Redeclaration of explicitly defaulted comparison operator makes it undefined
Sep 03, 2025
c++
language-lawyer
c++20
friend
comparison-operators
Comparison operator with explicit object parameter of not class type
Sep 03, 2025
c++
language-lawyer
comparison-operators
c++23
explicit-object-parameter
Towards strictly compliant usage of container_of
Sep 01, 2025
c
pointers
struct
language-lawyer
retrieving a runtime array from a pointer to its storage?
Sep 03, 2025
c++
arrays
language-lawyer
stdlaunder
memcpy zero bytes into const variable - undefined behavior?
Sep 02, 2025
c++
c
constants
language-lawyer
memcpy
The presence of both operator == and operator != breaks some concepts
Sep 02, 2025
c++
language-lawyer
c++20
c++-concepts
comparison-operators
Does C language spec guarantee mapping of Unicode code points to numerical wchar_t values?
Sep 02, 2025
c
unicode
language-lawyer
language-specifications
Can reflection statements be directly used in if-constexpr?
Sep 02, 2025
c++
reflection
language-lawyer
c++26
If a lambda is declared inside a default argument, is it different for each call site?
Sep 03, 2025
c++
lambda
language-lawyer
default-arguments
« Newer Entries
Older Entries »