Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

HTML whitespace: spaces before and after <br>

Should allocator construct() default initialize instead of value initializing?

Pool allocators with virtual destructors

c++ language-lawyer

Non-dependent name lookup and lambda

overload resolution between lvalue reference and rvalue reference

Is everything after an exporting namespace not exported?

Copy elision for direct base class initialization? [duplicate]

c++ language-lawyer c++17

Why is it forbidden to open multiple namespaces at a stretch?

Is it undefined behaviour to call a function with pointers to different elements of a union as arguments?

Does the C++ standard require that dynamic initialization of static variables be performed in the main thread?

c++ c++11 language-lawyer

How do I convert an arbitrary double to an integer while avoiding undefined behavior?

reinterpret_cast, char*, and undefined behavior

Incomplete types in member function definitions

c++ language-lawyer

Can sizeof nested twice ever be a dependent expression?

Exception Requirements on Standard Containers

c++ c++11 language-lawyer

Is converting a bool (false) to a pointer legal in C++?

How do variadic type template parameters and non-type template parameters of the template template parameter of a nested class constrain each other?

function try catch syntax and main

What exactly is a "trailing parameter pack"

Shift operands sequenced in C++17