Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Is it legal to check whether the address of a subobject lies within the bounds of a containing object

How to work around std::get<>()'s lack of concurency specification

Does C++11 require allocators to be default constructible, libstdc++ and libc++ disagree?

Are super-SCARY iterators legal?

Why are C++ classes with virtual functions required to have a non-trivial copy constructor?

c++ c++11 language-lawyer

Type requirements for std::map

c++ stl language-lawyer

Is it undefined behavior to #define/#undef an identifier with special meaning?

Is (or will be) the use of familiar template syntax in lambda expressions allowed?

Java: Using "this" as an argument/parameter name of an instance method? [duplicate]

Why is this expression not a constant expression?

c++ language-lawyer c++17

P1236R1 : Why is the c++ standard trying to move away from the word "bit" when defining integers?

c++ language-lawyer c++20

gcc and clang disagree on whether expression is constant evaluated

Ambiguous operator overload on clang

Why can I use gets() in gcc -std=c11?

c gcc language-lawyer c11 gets

Throwing an rvalue

Do 'a' and '0' always have positive values even if char is signed?

if constexpr with static_assert in lambda, which compiler is correct?

If I jump out of a catch-block with "goto", am I guaranteed that the exception-object will be free'ed?

Is the explanation of relaxed ordering erroneous in cppreference?

Is the time complexity of `std::vector<T>::clear` *really* not specified?

c++ std language-lawyer