Search code examples
UML Collaboration and Structured Classifier...

language-lawyeruml

Read More
Scope of struct definition defined in a closure...

rustlanguage-lawyer

Read More
Why can't I static_cast a void* to a pointer-to-function?...

c++language-lawyerfunction-pointersvoid-pointersstatic-cast

Read More
Treatment of backslash character in the bracket expression...

regexawklanguage-lawyerposix

Read More
Structured binding declaration cannot be `constinit`...

c++language-lawyerc++20structured-bindingsconstinit

Read More
How to determine whether the following examples are definitely assigned?...

javalanguage-lawyer

Read More
Do C and C++ differ on the legality of aligning pointers at runtime?...

c++clanguage-lawyerallocatorstrict-aliasing

Read More
UML StructuredClassifier::role and allRoles()...

language-lawyerumlocl

Read More
Is copy elision mandatory (if allowed at all) in the ternary operator?...

c++c++17language-lawyercopy-elision

Read More
Why does the using statement work on IEnumerator and what does it do?...

c#language-lawyer

Read More
Translation limits of an identifier in C...

ccompiler-constructionlanguage-lawyerc99

Read More
C++23: Is it valid to modify the elements of a `zip_view`?...

c++language-lawyerstd-rangesc++23

Read More
guarantees, if any, on the conservation of value representation, under low-level creation/destructio...

c++language-lawyerlifetimetype-punning

Read More
Would P1839 make it possible to access subobjects from offsets into object representations?...

c++language-lawyerpointer-arithmetic

Read More
What is the significance of 'strongly happens before' compared to '(simply) happens befo...

c++multithreadingconcurrencylanguage-lawyerc++20

Read More
What does section 5.1.2.3, paragraph 4 (in n1570.pdf) mean for null operations?...

clanguage-lawyerc99volatilec11

Read More
What operations trigger end of lifetime of objects at a given location?...

c++language-lawyerlifetimec++23

Read More
Does implicit lifetime object creation apply before C++20?...

c++objectc++17language-lawyerc++20

Read More
Can the thread that acquires spin-lock later happen first on the timeline?...

c++multithreadinglanguage-lawyeratomic

Read More
At what point is a base class member considered to be hidden?...

c++language-lawyer

Read More
Construction and destruction order of temporary in Member Initializer List...

c++constructorlanguage-lawyerdestructorinitializer-list

Read More
Discrepancy with decltype on static member-function...

c++language-lawyerc++20

Read More
C standard - const qualification of struct members...

clanguage-lawyerstandardsc11

Read More
Should the preprocessor arithmetic match the architecture targeted by the compilation?...

clanguage-lawyerpreprocessor

Read More
Can a name introduced via using-directive or using-declaration be used as elaborated-type-specifier ...

c++c++17language-lawyerfriendusing-directives

Read More
When does a type become complete?...

c++language-lawyerc++20

Read More
Bitwise operators and signed types...

c++bit-manipulationlanguage-lawyersigned

Read More
UML Parameter identification within ParameterSet...

language-lawyerumlocl

Read More
What versions of C allow you to declare variables in for loops?...

cfor-loopgcclanguage-lawyervariable-declaration

Read More
C++ iterator dereference equality preservation...

c++iteratorlanguage-lawyer

Read More
BackNext