Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Can I assign a value to one union member and read the same value from another?

Can std::byte replace std::aligned_storage?

Why does C++23 if consteval not allow different return types as a similar if constexpr would do?

c++ language-lawyer c++23

Different behavior of consteval in GCC and MSVC (not work)

Which part of the C++ standard forbids destroying an object twice?

How do I answer the question of whether a standard library function is an "addressable function"?

Why does this template function overload resolution depend on the declaration order?

Understanding implicit lifetime creation and aliasing in C++

Can you overwrite the memory of a union, if no members are active?

C function: array argument length

Problem creating template function alias with const value template arguments

Which operations are defined for invalid iterators?

c++ vector stl language-lawyer

Why is container.value_type illegal in C++

c++ language-lawyer

How to explicitly specify template arguments for multiple parameter packs [duplicate]

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

Differences in constraint validation order between compilers?

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

c++ language-lawyer

Why does scanf parse "2E" but not "." (with GCC) as a "prefix of a matching input sequence" of a float?

When is a pointer expression "based on" another pointer?

Relying on a zero'ing heap for initialising members

c++ language-lawyer