Search code examples
What does "execution contains an undefined operation" actually mean?...


c++language-lawyer

Read More
Reference initialization using list initialization accepted by gcc and msvc but rejected by clang...


c++initializationlanguage-lawyerlist-initializationreference-initialization

Read More
UML Namespaces and "isDistinguishableFrom"...


language-lawyeruml

Read More
UML Features and Classifiers...


language-lawyeruml

Read More
Does `member_variable.a_type::b_type::static_function()` conform to the C++ standard?...


c++language-lawyerstandardsboost-intrusive

Read More
Is floating point expression contraction allowed in C++?...


c++floating-pointlanguage-lawyerfma

Read More
Redeclaration of explicitly defaulted comparison operator makes it undefined...


c++language-lawyerc++20friendcomparison-operators

Read More
Who catches exceptions from copy-constructor in return statement (C++)?...


c++language-lawyer

Read More
What is a target scope of a static member definition?...


c++language-lawyer

Read More
`std::is_trivially_copyable` disagreement between GCC and Clang for type wrapper...


c++language-lawyerc++20c++-conceptstrivially-copyable

Read More
C++ reference initialization with conversion...


c++referencelanguage-lawyerimplicit-conversionrvalue-reference

Read More
Explicitly constexpr default comparisons...


c++language-lawyerc++20constexprc++23

Read More
UML Deployments and Node ownership...


language-lawyerumldeployment-diagram

Read More
Python MRO for operators: Chooses RHS `__rmul__` instead of LHS `__mul__` when RHS is a subclass...


pythonlanguage-lawyeroperatorsmethod-resolution-order

Read More
UML TemplateParameter and placeholder tokens...


templateslanguage-lawyeruml

Read More
In C++26, are implementations required to "initialize" uninitialized variables to some fix...


c++language-lawyerc++26erroneous-behavior

Read More
Is it well defined to cast to an identical layout with const members?...


c++constantslanguage-lawyerundefined-behaviorstrict-aliasing

Read More
Early Error in annex semantics of GlobalDeclarationInstantiation...


javascriptlanguage-lawyer

Read More
Why does the C Standard prohibit a partial preprocessing token at the end of a source file?...


clanguage-lawyerc-preprocessor

Read More
GCC14 performes multiple implicit conversions instead of one matching explicit conversion...


c++language-lawyerimplicit-conversionoverload-resolutionexplicit-conversion

Read More
Is C++03 a new version of the C++ Standard or just a Technical Corrigendum (TC) of C++98?...


c++language-lawyerstandardsisoc++03

Read More
Copy-list-initialization from empty braces with explicit default constructor...


c++language-lawyerlist-initialization

Read More
Union's default constructor is implicitly deleted...


c++language-lawyer

Read More
Why is implicitly-generated constructor different from user-provided one?...


c++constructorinitializationlanguage-lawyer

Read More
In the ECMAScript spec, what are the semantic rules of VarScopedDeclarations and VarDeclaredNames of...


javascriptlanguage-lawyer

Read More
Overload resolution for copy assignment operator...


c++language-lawyerassignment-operatorc++23explicit-object-parameter

Read More
Does the standard specify when function template instantiation side-effects are visible?...


c++templatesc++14language-lawyer

Read More
C++1y/C++14: Assignment to object outside its lifetime is not allowed in a constant expression?...


c++language-lawyerconstexprc++14

Read More
Does operator < need to be declared before calling std::lexicographical_compare...


c++language-lawyerc++20

Read More
is `uintXX_t` guaranteed to be the unsigned type of `intXX_t`...


c++language-lawyercstdint

Read More
BackNext