Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Integer multiplication mod 2³² in Actionscript 3

C++ standard ambiguity

c++ language-lawyer

constexpr static template function: g++ error is a warning on clang

“Default member initializer needed within definition of enclosing class outside of member functions” - is my code ill-formed?

MSVC error C2593 when overloading const and non-const conversion operator returning array type

Lambda converted function pointer comparison

c++ lambda language-lawyer

Variadic template type deduction crashes compilers if there is a substitution on deducible type

Is object destruction reliable for cryptographic purposes?

c++ language-lawyer

Trying to understand templates and name lookup

Why can’t protected members be used by friends of derived classes?