Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

constexpr member functions that don't use this?

Behavior of fputc() for a stream opened with read mode

decltype(auto), trailing return type and sfinae: can we mix them?

Are checked guard parameter packs cause of ill-formed programs in case of specializations?

Point of evaluation of exception specification

C++ block scope extern declaration linkage, confusing C++ standard explanation

Evaluating noexcept specifier before template type deduction

MSVC and constexpr for function parameter?

Preprocessing multiline comments and their embedded newlines at the end of file

Should bit-fields less than int in size be the subject of integral promotion?

Writing to different offsets in array always well defined

Why is the return type of std::reverse_iterator::operator[] unspecified?

c++ c++11 stl language-lawyer

In class nested static const member variable initialization Clang vs GCC which compiler is right?

VS2015 and clang compile this code, but g++ rejects it. Which one is correct?

Name conflict between namespace and class template: different compiler behavior

Why is const lost in this template structure?

May C evaluate with multiple floating-point formats?

g++ and clang++ different behaviour with friend template function defined inside a template class

Can a reinterpret_cast change the object representation?

c++ language-lawyer

Why template with only valid empty variadic pack ill formed?