Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Why does VB.NET's "missing return value" warning specifically exclude "non-intrinsic value types"?

g++ fails to resolve template function overload

deduced return type with function template

c++ language-lawyer

Exposing protected constructor in parent class

Can a std::function's target callable legally destroy the std::function during execution?

c++ c++17 language-lawyer

Initialization of std::initializer_list<std::string_view>

May the compiler optimize out stores though a pointer-to-volatile? [duplicate]

Is reduction of `constexpr` object lifetime legal in C++?

strict total order of std::less<Pointer>

What are Gecko's Javascript interpreter engine semantics?

Is what constitutes a failed initialization of block-scope static or thread storage duration variables underspecified?

Are there any unintuitive side-effects of member subobjects inheriting storage duration?

c++ c++11 language-lawyer

When using typeid on a polymorphic object, must it be defined?

Should a class-member using-declaration with a dependent qualified-id be a dependent name?

Is it legal for a standard library implementation to specialize a function templated on a concept with a child concept?

Is libstdc++ wrong to reject assignment of volatile rvalue to std::ignore?

Does the standard mandate enable_shared_from_this is to be inherited publicly? Why?

Calling `std::get` on `std::tuple` with elements deriving from `std::tuple` - ill-formed?

Does std::is_nothrow_move_constructible require a noexcept destructor?

How do I define an out-of-line class template member function with a non-trailing decltype return type

c++ language-lawyer