Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++14

Member detection using void_t

c++ c++14

Understanding continuations with std::future::then

c++ c++14

Practical C++ Metaprogramming

Conditionally constexpr member function

c++ templates c++14 constexpr

Does this constexpr virtual function technique violate any C++11/C++14 rule?

What float values could not be converted to int without undefined behavior [c++]?

Are basic_string literals faster or handled better at compile-time?

What's wrong with this recursive polymorphic C++1y lambda call?

Purpose of decltype-specifier [duplicate]

c++ c++11 c++14 decltype

Can reinterpret_cast (or any cast) convert xvalues to lvalues?

User-defined literals without underscore

Create dummy object of non-default-constructible class

Unevaluated operands and auto return type

c++ c++14 auto decltype

Hint compiler to return a reference making 'auto' behave

c++ c++14

is there type trait that show if one type might contain value of other type

c++ c++11 c++14

Is not matching a template<typename...> to template<typename> a defect?

Differences between c++14 std::experimental::filesystem::v1 and c++17 std::filesystem?

c++ c++14 c++17

Pack expansion of variadic list of types into initializer list of complex types - is it legal?

braced-init-list and unsigned types

Sleep an Async Task