Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

dynamic_cast and rvalue reference

g++ and clang++ different behaviour deducing variadic template `auto` values

Is the const overload of begin/end of the range adapters underconstrained?

Trying to define namespace member via using-declaration

Function template overloading difference [duplicate]

c++ language-lawyer

Are C++ standard library implementations allowed to strengthen noexcept specifications?

c++ is it required to handle nullptr in user-defined and class-specific delete operators.?

The effect of `basic_streambuf::setbuf`

c++ c++11 language-lawyer

Function parameters evaluation order: is it UB if we pass reference?

Is std::declval<void>() a valid expression?

Sequencing of function parameter destruction

Overloaded function template disambiguation with `std::enable_if` and non-deduced context

Class Name Injection and Constructors

c++ clang language-lawyer

Can sizeof(enum) differ from sizeof(std::underlying_type<Enum>::type)?

c++ language-lawyer

Overloaded function templates that differ only in their return types in C++

Ways a program might detect whether NULL is defined with integer or pointer type?

c language-lawyer

On which C standard will C++14 be based?

Should the memory vulnerability of the line of code "printf("%s", argv[1]);" be described as a stack overflow?

Is it OK to define operator<< or operator>> for FILE&?

Does malloc return an "invalid pointer value" in C++17? [duplicate]