Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Can dangling pointer be equal to valid pointer during constant evaluation in C++?

Passing a class object with trivial copy constructor, but no output?

Is providing a private constructor for initializer_list conforming?

C11 & C++11 Exended and Universal Character Escaping

c++ c c++11 language-lawyer c11

Visual C++: forward an array as a pointer

std::is_constructible doesn't give the correct result [duplicate]

Is this trailing return type legal in C++11?

What can I assume about the behaviour of atoi() on error?

What value should `std::stringstream::fail()` return after reading then writing? (gcc vs clang)

In C++, does the size of an enumeration have to be equal to the size of its underlying type?

c++ c++14 language-lawyer

Rationale for the shared_ptr atomic functions taking pointer instead of reference

Why can static local object be accessed via pointer or reference from outside?

c++ language-lawyer

C++ nested template issue

Temporary Objects in C

c language-lawyer

Do pointer casts maintain alignment properties?

Is it possible to refer to a user-defined conversion template in a using declaration?

How to understand the proposed resolution of #1664

Does std::deque actually have constant time insertion at the beginning?

Template type alias visibility compiler disagreement

Deduce template parameter for a template function pointer with default template parameter