Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Impossibly Fast C++ Delegates and different translation units

Reference as a non-type template argument

c++ c++11 language-lawyer

Returning a local partially initialized struct from a function and undefined behavior

What changes to C++ made copy initialization work for class with explicit constructor?

Why does this rvalue reference bind to an lvalue?

Does the standard mandate an lvalue-to-rvalue conversion of the pointer variable when applying indirection?

Lookup of dependent names in C++ template instantiation

Existence of objects created in C functions

Is it legal to call delete on a null pointer of an incomplete type?

Implicit generated members and noexcept

c++ c++11 language-lawyer

Program with chaining of using-declarations compiles on MSVS and clang but not on GCC

Does C have One Definition Rule like C++?

Is this a clang bug or something I don't know about C++?

c++ gcc clang language-lawyer

const reference to member of temporary object [duplicate]

Ambiguous injected class name is not an error

Where is std::copy_exception defined?

C++ standard: do namespace-scoped constexpr variables have internal linkage?

Why are std::vector and std::valarray initializing constructors different?

NaN to Bool conversion: True or False?

c++ c language-lawyer

Is there a published language format standard for Rust yet?