Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++14

Pointer-like classes and the ->* operator

VC++14 template ambiguity between pointer to member and pointer to member function

c++ c++14

prototype mismatch with decltype and auto

Is using explicit return type in one translation unit and deduced return type in another allowed?

c++ c++14 language-lawyer auto

Are implementations allowed to add public members to standard types?

Copy initialization of the form '= {}'

Testing if member function exists using variadics

Does the standard require std::tuple_size to be SFINAE-friendly?

c++ c++14 sfinae

Equivalent of existential quantification in C++?

How to use is_transparent feature on a string literal with unordered_map from std::string?

c++ unordered-map c++14

Is it well-defined to cast xvalues to lvalues for passing to functions?

C++14 type lists, any reason to prefer 'free functions' to 'methods' or vice versa?

C++14: Initializing constexpr variables from parameter values

c++ gcc clang c++14 constexpr

Pointer to member: works in GCC but not in VS2015

Cannot construct constexpr array from braced-init-list

What is the difference between std::tie and std::forward_as_tuple

c++ c++14

Fixed-width integer literals in C++?

Why can ranges not be used for the pipes library functionality?

c++ c++14 range-v3 std-ranges

Event emitter and automatic registrations of member methods as listeners

Count the number of arguments in a lambda