Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Is UB in unevaluated context (e.g. requires-expressions) still UB?

C++11 random number generator UIntType contradiction

c++ c++11 language-lawyer

Strange behavior when a function declared as noexcept throws an exception in its default argument

What exactly is an id-expression?

c++ language-lawyer

Is Clang correct to reject code in which the nested class of a class template is defined only via specializations?

Why does this C-style cast not consider static_cast followed by const_cast?

Template dependent typename

Should the following code compile according to C++ standard?

Why does the C++ standard handle file seeking the way it does?

Is there any way of implementing the insert method for a standards-compliant vector?

c++ language-lawyer

Can initializing expression use the variable itself?

Variadic template only compiles when forward declared

Is this "if e is a pack, then get a template name, otherwise get a variable name" valid or not?

c++ c++11 language-lawyer

Can a friend function in C++ have a default argument whose type has a private destructor?

C++1y/C++14: Assignment to object outside its lifetime is not allowed in a constant expression?

Is pointer conversion through a void pointer well defined?

c pointers language-lawyer

Can I write a function type that returns a function?

What is the type of a pointer to a variable-length array in C?

Is this a bug? Constexpr constructor silently becomes non-constexpr

c++ language-lawyer c++17

std::pair constructor interface

c++ c++11 language-lawyer