Search code examples
Passing a primitive to a then handler...


javascriptlanguage-lawyerasynchronous-javascript

Read More
Is a constructor, that is not a special member function, still a member function?...


c++functionconstructorlanguage-lawyermember-functions

Read More
What are the evaluation order guarantees introduced by C++17?...


c++c++17language-lawyerorder-of-execution

Read More
Sorting by element address...


c++language-lawyercompiler-bug

Read More
Does C fill the remainder of a multidementional array with 0?...


cmultidimensional-arrayinitializationlanguage-lawyer

Read More
offsetof(type, array[run_time_value]) failing in g++ - Regression?...


c++g++language-lawyer

Read More
Existence or not of long_double_t (standard C: C23)...


clanguage-lawyerc23

Read More
Why must I provide 'operator ==' when 'operator <=>' is enough?...


c++language-lawyerc++20language-designspaceship-operator

Read More
Why is derived class move constructible when base class isn't?...


c++c++11language-lawyermove-semanticsmove-constructor

Read More
Why isn't the keyword false an integer constant expression in gcc C23?...


cgcclanguage-lawyernull-pointerc23

Read More
Does a character have to be casted to unsigned char before being compared to getc family returns?...


clanguage-lawyergetcharfgetcgetc

Read More
Why do C++ compilers not forward loads of consts across function calls?...


c++optimizationlanguage-lawyer

Read More
Can a class be indestructible (have no destructor)?...


c++language-lawyerc++20

Read More
Why does fgets() accept (signed) int for its 'count' argument?...


arraysclanguage-lawyerfgets

Read More
CTAD rules regarding implicit deduction guides...


c++language-lawyerc++20ctad

Read More
Compiler diverge on overload resolution using argument-dependent lookup and constraint expression...


c++language-lawyerc++20c++-conceptsoverload-resolution

Read More
Does sequencing an infinite list of IO actions by definition result in a never-ending action? Or is ...


haskellfunctional-programminglanguage-lawyerproofio-monad

Read More
Combined with C++23 Deducing this and conversion operator with auto return type?...


c++language-lawyertype-deductionc++23explicit-object-parameter

Read More
What is the correct representation of inheritance and implementation in the UML class diagram?...


inheritanceinterfacelanguage-lawyerumlclass-diagram

Read More
Is there a published language format standard for Rust yet?...


standardslanguage-lawyerrust

Read More
"memcpy must be given valid pointers": where can I find this in the standard?...


c++language-lawyermemcpy

Read More
When is a panic on a Rust FFI boundary Undefined Behavior?...


rustlanguage-lawyerundefined-behaviorffi

Read More
Am I interpreting C order of operations correctly here?...


clanguage-lawyerorder-of-executionsequence-points

Read More
correct order in template parameter pack expansion...


c++c++17language-lawyervariadic-templatesparameter-pack

Read More
When should constructor of virtual base class be called?...


c++c++17language-lawyervirtual-inheritance

Read More
Why is a reference parameter in a constexpr function not a constant expression?...


c++language-lawyerconstexprconstant-expression

Read More
Is adding a uintptr_t to a pointer symmetric?...


cpointerstype-conversionlanguage-lawyer

Read More
Did the Designers of Rust ever publicly say why the syntax of indexing an array is different to inde...


arraysindexingrusttupleslanguage-lawyer

Read More
What is window.constructor and global.constructor native function?...


javascriptlanguage-lawyer

Read More
Where can I find the history of type promotion rules except for local variables?...


dartlanguage-lawyer

Read More
BackNext