Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Is it valid to override virtual function with pure specifier? [duplicate]

Destructor called more times than it should. Bug in MSVC or not?

What justifies the lvalue category of unevaluated non-static data members in C++?

constexpr static data member without initializer

"Thou shalt not throw" and noexcept

External, internal and no linkage or why this does not work?

c language-lawyer linkage

What is the difference between variadic template and ellipsis?

template instantiation with constexpr function failure

Zero-cost properties with data member syntax

Does C++ guarantee identical binary layout for "trivial" structs with a single trivial member?

structure tag in C vs C++

c++ c struct language-lawyer

Issue with std::reference_wrapper

Can constexpr function evaluation do tail recursion optimization

Does int a=1, b=a++; invoke undefined behavior?

Why is throwing a checked exception type allowed in this case?

Public access declaration does not affect member function pointers?

constexpr function must have one argument value?

Possibility of COW std::string implementation in C++11

Why is this a forward declaration in C++?

How do I find the revision of C++ standard, where a specific requirement was removed or changed?

c++ language-lawyer std