Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Matching of class template partial specializations

Does the C++ specification say how types are chosen in the static_cast/const_cast chain to be used in a C-style cast?

c++ casting language-lawyer

Is address of global variable constexpr?

c++11 language-lawyer

Why is empty base optimization forbidden when the empty base class is also a member variable?

Is it legal to access a bidimensional array as if it where a one-dimensional one? [duplicate]

c++ language-lawyer

Static templated constexpr nested class member

Understanding C++03 Standard Grammar for Operator Overloading

c++ language-lawyer c++03

std::map initializer list constructor

Template base class accessible when inheriting from a specific specialization?

Bug in Visual Studio with std::quoted

Recursive computation using variable templates - gcc vs clang

Scope of nested function declaration in C++

"char*" with an unusual memory word size (Knuth's MIX architecture)

Is using explicit return type in one translation unit and deduced return type in another allowed?

c++ c++14 language-lawyer auto

Can a struct alias its own initial and only member?

Are implementations allowed to add public members to standard types?

Template parameter name hiding

Is std::to_string thread safe?

Class template argument deduction and default template parameters

Does an in-class friend of a nested class have access to outer class members?