Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++14

Convenient type-inferring way to reassign `unique_ptr` value with new object

c++ c++14 unique-ptr

Why does operator() change for std::function in C++17?

c++ c++14 c++17

Why shared_locked introduced before shared_mutex

c++ locking c++14 c++17 mutex

How should I make function curry?

What is the proper evaluation order when assigning a value in a map?

c++ c++14

Error spotted in C++ Primer 5th edition shared_ptr<int>

Restrict enum class number of bits

c++ c++14

How to correctly manage resources with move semantics?

c++ move c++14 move-semantics

Using `hana::is_valid` fails with const references

c++ c++14 sfinae boost-hana

Dynamic initialization in C++ when you don't control main

c++ c++14

using vs. typedef - is there a subtle, lesser known difference?

Parameter packs with specialization for one data type

MinGW-W64: Which Install Options (Archtitecture, Threads, ...) must/should I Use for Native Windows Development

c installation c++14 mingw-w64

How can a template parameter pack have other trailing arguments?

c++ templates c++14 variadic

Will c++1y allow in-class initialization of base class variables from a derived class?

c++ c++11 c++14

Expected a type, got a template

How can I wrap a std::function and have easy access to its return and argument types?

Partial template specialization for when all template parameters are the same type

C++ Using features of a newer compiler to generate code for use by an older compiler

c++ visual-c++ c++11 c++14 c++03

Call function for each tuple element on one object without recursion