Search code examples
Why does specialization of a static variable template result in multiple definition error?...


c++language-lawyer

Read More
Is it guaranteed that outer checked/unchecked context influences the behavior of lambdas created ins...


c#lambdalanguage-lawyerunchecked-conversion

Read More
OCL keyword 'self' and UML Classifier::inheritedMember()...


language-lawyerumlocl

Read More
no match for 'operator==' in GCC 12...


c++language-lawyer

Read More
Why "Each constant expression shall evaluate to..." instead of "Each evaluated consta...


clanguage-lawyerevaluationconstant-expressionexpression-evaluation

Read More
Why are stderr, stdin, stdout defined as macros?...


clanguage-lawyerc99

Read More
XML Schema with extension of a mixed element...


xmlxsdlanguage-lawyerxsd-validationxmllint

Read More
If there is [[noreturn]], then why there is no [[always_return]]?...


creturnlanguage-lawyerundefined-behavior

Read More
UML StringExpressions, Operands and SubExpressions...


language-lawyerumlocl

Read More
UML ConnectorEnd and constraint 'role_and_part_with_port'...


language-lawyerumlocl

Read More
UML Ports and Interfaces...


language-lawyerumlocl

Read More
Have anonymous structs and unions in C11 been incorrectly described?...


clanguage-lawyerc11

Read More
Since a string literal is considered an lvalue, why must the binding lvalue reference be const?...


c++referencelanguage-lawyerstring-literalslvalue

Read More
UML Class::nestedClassifier and Classifier::nestingClass...


language-lawyeruml

Read More
memset_s(): What does the standard mean with this piece of text?...


clanguage-lawyer

Read More
Comparison operator with explicit object parameter of not class type...


c++language-lawyercomparison-operatorsc++23explicit-object-parameter

Read More
Using std::tie as a range for loop target...


c++for-looplanguage-lawyerstd-pairstd-tie

Read More
tool do determine the value category an expression: understanding the result when using references...


c++language-lawyerdecltypevalue-categories

Read More
C++11 introduced a standardized memory model. What does it mean? And how is it going to affect C++ p...


c++multithreadingc++11language-lawyermemory-model

Read More
Is `extern` required to make an inline function definition externally linked?...


cgcclanguage-lawyerinline

Read More
Does Promise.resolve(1); involve microtask queue?...


javascriptpromiselanguage-lawyeres6-promise

Read More
int a[] = {1,2,}; Why is a trailing comma in an initializer-list allowed?...


c++syntaxgrammarlanguage-lawyer

Read More
Making `std::get` play nice with SFINAE...


c++c++14language-lawyersfinaestdtuple

Read More
What does the standard say about how calling clear on a vector changes the capacity?...


c++vectorlanguage-lawyer

Read More
What is the exact quote from the C++ Standard that states that type deduction failure on template ar...


c++language-lawyersfinaetemplate-argument-deductiontype-deduction

Read More
Is synchronization relationship necessary to avoid the duplicate invocation of a function?...


c++language-lawyeratomic

Read More
Why can class::A pass compile?...


c++classlanguage-lawyer

Read More
Conditionally invalid member function of class template (implicit instantiation works; explicit inst...


c++templateslanguage-lawyerc++17

Read More
ECMA proof for statement that in javascript promise handlers(then, catch) are enqueued in microtask ...


javascriptlanguage-lawyeres6-promise

Read More
How are we able to default construct object without a default constructor...


c++constructorlanguage-lawyerinitializer-list

Read More
BackNext