Search code examples
Is int &ref = ref; well formed...

c++referenceinitializationlanguage-lawyerselfinitialization

Read More
Is left shifting a long long considered Undefined Behavior in C?...

clanguage-lawyerundefined-behavior

Read More
Is this a standard conforming way for selective constructor "inheritance"?...

c++11inheritanceconstructorlanguage-lawyerusing

Read More
Is A::member of vector of variant of A undefined behaviour?...

c++c++17language-lawyer

Read More
UML owner(s) of ParameterSet...

language-lawyerumlocl

Read More
Can the read-read coherence rule infer the modification order according to the read value?...

c++language-lawyeratomic

Read More
What does "\x{01}" mean in C++?...

c++language-lawyer

Read More
std::construct_at and object lifetime?...

c++language-lawyerc++20undefined-behaviorlifetime

Read More
What situation is explained by the following statement in the Java language specification?...

javalanguage-lawyerjls

Read More
Why was the register keyword created?...

c++cc++11language-lawyer

Read More
Does a release sequence headed by a RMW establish a synchronization relationship?...

c++language-lawyeratomic

Read More
C++ Multi-threading: Visible side-effects of non-atomic variables...

c++c++11language-lawyerlock-freestdatomic

Read More
Requires expression with local parameter of void type...

c++language-lawyerc++20voidrequires-expression

Read More
C braced initializer for -non- array...

clanguage-lawyer

Read More
UML subsets of ordered supersets...

language-lawyerumlocl

Read More
When is an erroneous value not valid for the object's type?...

c++language-lawyerundefined-behaviorc++26erroneous-behavior

Read More
Is Byte Really The Minimum Addressable Unit?...

c++clanguage-lawyerstandardsmemory-model

Read More
May a vendor add functions in a standard library header file without #including other headers?...

c++language-lawyer

Read More
local constexpr implicit capture failure in nested lambda failing to compile on msvc...

c++lambdalanguage-lawyercl

Read More
Is the order of a side effect in the modification order determined by when the side effect is produc...

c++language-lawyeratomicstdatomicmemory-model

Read More
Capture of a local parameter in requires expression...

c++lambdalanguage-lawyerc++20requires-expression

Read More
Calling member function of an incomplete type compiles in gcc and does not compile in clang and msvc...

visual-c++c++17g++language-lawyerclang++

Read More
Valid positions of `alignas` inside a plain array definition...

c++arraysalignmentlanguage-lawyeralignas

Read More
The Liskov Substitution Principle (LSP) in UML class diagrams...

ooplanguage-lawyerumlclass-diagramliskov-substitution-principle

Read More
static assertion fires from return type when leading constraint is not satisfied...

c++language-lawyerc++20c++-concepts

Read More
UML Constraints...

language-lawyerumlocl

Read More
C++ converting constructor behavior changed in gcc 12?...

c++gccnamespaceslanguage-lawyerimplicit-conversion

Read More
C++ - Why is the 'template' keyword required here?...

c++templateslanguage-lawyerdependent-name

Read More
Where in the specification is this way of macro expansion avoidance defined?...

c++language-lawyerc-preprocessorpreprocessor

Read More
Using-declaration to introduce dependent name from base class template...

c++templateslanguage-lawyerusingdependent-name

Read More
BackNext