Search code examples
Why were charN_t designed as built-in types, but std::byte was not?...


c++standardslanguage-designbuilt-in-typesstd-byte

Read More
Regarding POSIX ERE's new ? repetition modifier...


regexposixstandards

Read More
How does C casting unsigned to signed work?...


cstandards

Read More
Why is decltype(ConstInt{}) not const?...


c++typesstandardstype-systems

Read More
Are compilers allowed to eliminate infinite loops?...


coptimizationcompiler-constructionstandardsinfinite-loop

Read More
Does trivially copyable imply trivially relocatable?...


c++optimizationstandardstype-traitsc++26

Read More
Why do we keep a redundant ctor in std::copyable_function?...


c++standardsapi-designinitializer-listc++26

Read More
Why does std::function_ref allow passing in an expiring functor, rather than disallow it?...


c++functionstandardsdangling-pointerc++26

Read More
Using true/false vs 1/0 in MongoDB Projections — Long-Term Compatibility...


mongodbgostandardsprojection

Read More
What's the purpose of allowing duplicate property names?...


javascriptstandardsecmascript-6

Read More
Should I use EventArgs or a simple data type?...


c#.neteventscoding-stylestandards

Read More
Which HTML version should be chosen for a public website...


htmlxhtmlstandardsweb-standards

Read More
Does the IOC (Implicitly Object Creation) apply to my_alloc wrapping std::malloc?...


c++standardsundefined-behaviorlifetimec++23

Read More
Why is it UB to pass a char array as the argument of placement new?...


c++c++20standardslifetimeplacement-new

Read More
How to send NULL in HTTP query string?...


httpstandards

Read More
Why add redundant `std::constructible_from<T>` to the concept `std::default_initializable`?...


c++c++20documentationstandardsc++-concepts

Read More
Understanding pointer to member of class of type - no polymorphism...


c++language-lawyerstandardsmember-pointers

Read More
Is it legal to pass a non-null-terminated string to strncmp in C?...


cstandardsstandard-librarystrncmp

Read More
Standards on behaviour of nested labels...


htmlcross-browserstandardsoperaweb-standards

Read More
How to determine the version of the C++ standard used by the compiler?...


c++standards

Read More
Is an empty initializer list valid C code?...


cgccstructstandardsinitializer

Read More
Where do I find the current C or C++ standard documents?...


c++cstandardsc++-faq

Read More
Why was this sentence removed from C23?...


clanguage-lawyerdeclarationstandardsc23

Read More
Do I need to set a CL_MEM_READ_WRITE when creating a buffer?...


openclstandards

Read More
Is there a HTTP Request header that indicates that browser wants a low-bandwidth or low-power versio...


httpmobilestandardsbandwidth

Read More
Checking for empty arrays: count vs empty...


phparraysperformancestandardssemantics

Read More
Using duplicate parameters in a URL...


standardsurl-parameters

Read More
Standards for Mock Objects...


c#unit-testingmockingstandardsisolation-frameworks

Read More
How many versions of the C++ Standards are there?...


c++standardsc++-faq

Read More
Is there a way to access the underlying container of STL container adaptors?...


c++data-structuresstlstandards

Read More
BackNext