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
Are there any specific types or values for which type-punning produces identical behavior in all Standard-conforming C implementations?
Dec 23, 2025
c
language-lawyer
union
portability
type-punning
Accessing members of base classes in the derived class through runtime indexing
Dec 25, 2025
c++
inheritance
c++17
language-lawyer
pointer-to-member
What do these quotes say about pointer arithmetic?
Dec 24, 2025
c
pointers
language-lawyer
pointer-arithmetic
Any usages of default operator!=, operator< ...?
Dec 24, 2025
c++
language-lawyer
operator-overloading
c++20
default
Is reordering really a useful concept for multithread program reasoning?
Dec 23, 2025
c++
language-lawyer
atomic
memory-barriers
memory-model
How does partial ordering of function templates work?
Dec 24, 2025
c++
language-lawyer
template-specialization
How is the following passage from the standard to be interpreted?
Dec 23, 2025
c++
c++11
namespaces
scope
language-lawyer
auto ( expression ) in direct initialization argument
Dec 23, 2025
c++
casting
language-lawyer
auto
c++23
Copying std::vector of primitive types behavior
Dec 21, 2025
c++
c++11
vector
language-lawyer
memcpy
Defining a function returning incompatible type, but unreachable
Dec 22, 2025
c
language-lawyer
c99
Downcast to derived class in CRTP base class constructor: UB or not? [duplicate]
Dec 20, 2025
c++
language-lawyer
undefined-behavior
crtp
downcast
Static and non-static member function templates with the same parameter types and requires clause in C++
Dec 21, 2025
c++
static
language-lawyer
overloading
c++20
Does undefined behaviour retroactively mean that earlier visible side-effects aren't guaranteed?
Dec 22, 2025
c
gcc
language-lawyer
compiler-optimization
undefined-behavior
Why does = default member initializer request instantiation of unique_ptr destructor while {} does not?
Dec 19, 2025
c++
language-lawyer
unique-ptr
pimpl-idiom
template-instantiation
Using auto as template parameter
Dec 21, 2025
c++
c++17
language-lawyer
Can std::atomic_flag be used in a signal handler
Dec 21, 2025
c++
c++17
language-lawyer
atomic
signal-handling
Older Entries »