Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Is there and neat equivalent to view a member function/variable?

c++ c++11 boost-range range-v3

decltype(auto) in member function ignores invalid body, decltype(expr) fails

c++ templates c++11 c++14

C++11 unique_ptr array and constructor parameters

c++11 stl smart-pointers

Should std::current_exception return non-null from catch block in a class's destructor

c++ c++11 visual-c++ exception

std::array as a parameter in virtual function

c++ arrays c++11

Compilation issue with instantiating function template

Using char16_t, char32_t etc without C++ 11?

c++ c++11

C++ constexpr auto member function. Clang issue?

c++ c++11 auto c++14 constexpr

Why did the C++ designers choose not to allow non-member operator()()?

c++ c++11 gcc g++ c++14

Specifying a Deleter for std::shared_ptr that works on all objects of a particular type or its derived types

Mapping const char * to duck-typed T at compile-time or run-time

c++ templates c++11

What are reference qualifiers for functions? [duplicate]

c++ c++11

Passing a function and arguments to a thread

c++ multithreading c++11

How to detect if a generic lambda is uncompilable in C++ 14?

c++ c++11 lambda c++14 sfinae

inserting into vectors c++

c++ c++11 vector

Valid C++03 template code won't compile in C++11

Generalization of std::transform

c++ algorithm c++11

Why is "true;" (and others) a valid line of code C++?

serialize std::unordered_map < int, std::unordered_set<int> > with boost

c++ c++11 serialization boost

C++ class name injection

c++ c++11 language-lawyer