Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++14

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

constexpr bug in clang but not in gcc?

c++ clang constexpr c++14

Conditional type alias definition

Conflict in return type from base class with derived class using auto

c++ c++14

Is it possible to force `std::make_shared` to use a class's new operator?

c++ c++11 c++14

Multiple parameter packs -- how?

SFINAE : Delete a function with the same prototype

Casting a char array to an object pointer - is this UB?

Function template won't work with string literals

c++ c++11 c++14 c++17