Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++14

C++1y/14: Error handling in constexpr functions?

c++ c++14

Why is parameter not a constant expression?

c++ gcc c++14

How to compare a template template with a template instance?

What's the shortest path in C++11 (or newer) to create an RAII wrapper without having to write a new class?

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

Are C++ abstract classes incomplete types?

c++ language-lawyer c++14

Is there any difference with undefined behaviour between iterator and scalar object?

move constructor for std::runtime_error

Why can't the type of my class-static auto function be deduced within the class scope?

c++ c++14

How to define is_iterator type trait?

Find a value in a set of shared_ptr

c++ set c++14 shared-ptr

clang error with std::unique_ptr

c++ clang c++14 unique-ptr

Forward declare a constexpr variable template

Multiple Variadic Parameter Pack for Template Class

Which compiler, if any has a bug in parameter pack expansion?

Passing std::integer_sequence as template parameter to a meta function

c++ templates c++14

Why no standard-defined literal suffix for std::string?

Comparing std::minmax against a pair

c++ algorithm c++14 minmax

Inject namespace experimental to std

c++ c++11 stl c++14

Pass pointer to temporary in c++ 11?

Array declaration and initialization in C++11