Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

What should the default constructor do in a RAII class with move semantics?

c++ c++11 move-semantics raii

Must char16_t strings use UTF-16 encoding?

c++ c++11 encoding utf-8

CMake disable -std=c++11 flag for C files

c++ c++11 build cmake

reinterpret_cast vs. static_cast for writing bytes in standard-layout types?

How to test if type is specialization of template with non-type parameters?

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

No support to -finline-functions in clang 3.5?

c++ c++11 clang inline

Is decltype(std) legal, and does it have any purpose?

c++ c++11 g++ decltype

C++ program unexpectedly blocks / throws

c++ multithreading c++11

Understanding QTimer with Lambda and recursive function call

c++ qt c++11 lambda qtcore

Pass anonymous function object to std::function?

c++ c++11 most-vexing-parse

no matching function for call to ‘regex_search(...)'

c++ regex c++11 g++4.9

Makefile seems to ignore flags. Why?

c++ c++11 makefile

How to use a vector of unique pointers in a dll exported class with Visual Studio

Why don't throw() and noexcept have any overhead?

c++ performance c++11

What does std::match_results::size return?

c++ regex c++11

How to bind one of member functions of the same name in a class, with c++11 std::bind

c++ c++11

N-dimensionally nested metaloops with templates

std::bind and rvalue reference

c++ c++11 rvalue-reference

std::unique_ptr::release() vs std::move()

c++ c++11

How to implement flatmap using rangev3 ranges

c++ c++11 range-v3