Search code examples
Why is ::operator new[] necessary when ::operator new is enough?...


c++memory-managementoverloadingstandardsnew-operator

Read More
Standardized way of AUTO_INCREMENT...


sqlstandards

Read More
Difference between chr and Char.chr in Standard ML...


standardssml

Read More
Regarding POSIX ERE's new ? modifier with nested repetitions...


regexposixstandards

Read More
Why is it not possible to extend a function call expression returning multiple values with another v...


luastandardsvariadic

Read More
What are RFC's?...


standardsrfc

Read More
Android Jetpack Compose dimensions coding standards...


androidandroid-jetpack-composestandards

Read More
Why are [[no_unique_address]] members not transparently replaceable?...


c++compiler-optimizationstandardslifetimeimplicit-lifetime

Read More
Why is `iterator_category` deleted in `std::views::concat::iterator` if it's a pure input iterat...


c++iteratorstandardsstd-rangesc++26

Read More
Why is `std::views::as_rvalue` not so cheap as `std::move_iterator`?...


c++performanceoptimizationstandardsstd-ranges

Read More
Why can I not efficiently move the strings when using std::istream_iterator<std::string>?...


c++standardsapi-designmove-semanticsistream-iterator

Read More
Are `asctime_r` and `ctime_r` standard in C?...


cstandards

Read More
Why is operator% referred to as the "modulus" operator instead of the "remainder&quot...


c++operatorsstandardsmodulus

Read More
Why is a lambda expression not just the syntactic sugar of a functor?...


c++lambdaclosuresthisstandards

Read More
Must T be unqualified in std::allocator<T>?...


c++constantsstandardsvolatileref-qualifier

Read More
Why does static_cast not work as the cppref site says in such a case?...


c++type-conversionstandardstype-safetystatic-cast

Read More
Do we really need std::start_lifetime_as if a well-defined alternative already exists?...


c++standardsundefined-behaviorlifetimec++26

Read More
Is the C programming language object-oriented?...


coopstandards

Read More
Why is `""s.size()` legal, but `5ms.count()` is not?...


c++expressionstandardsmember-functionsuser-defined-literals

Read More
Why can a const object call a non-const member function?...


c++lambdastandardsmember-functionsconst-correctness

Read More
Coding Conventions - Naming Enums...


javaenumscoding-stylenaming-conventionsstandards

Read More
Why were charN_t designed as built-in types, but std::byte was not?...


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

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
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
BackNext