Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Can std::atomic memory barriers be used to transfer non-atomic data between threads?

Strings in headers -- does this violate the ODR?

Are Rust references (usually) Voldemort types?

Is it safe to detect endianess with union?

Portable way to retrieve a int32_t passed to variadic function

Is allocating a dynamic array without specifying size well formed code?

C++11 and C++03 differs in support for small string optimization for std::string?

There are some details I didn't understand in §7.3.1.2/3 in the C++11 Standard

Is member declaration `decltype(name) name;` permitted in local struct where the first name refers to the enclosing scope?

c++ c++11 language-lawyer

Can we refer to member variables in a noexcept specification?

cast operator function compiles fine in g++ but not in other compilers. Why? [duplicate]

C++ nested struct inheritance rules (access to protected member) [duplicate]

Is a const reference bound to another reference which is cast from temporary a dangling reference?

Construction and initialization of trivial types in C++

incomplete class usage with auto in template class

Is there a specific reason why a trailing-return-type is not a complete-class context of a class?

c++ language-lawyer

Strange behavior in GCC: rvalue ref and lvalue ref are covariant return types

c++ gcc g++ language-lawyer

Legally invoking a pure virtual function

Auto deduced return types in forward declaration and mixing with old function syntax

Template static definition and explicit specialization instantiation errors in MSVC