Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

I just can not understand DR 712

Does std::vector::emplace() really offer the strong exception guarantee in the face of a throwing move constructor/assignment operator?

c++ c++11 vector libstdc++

std::promise external code, async cancellation

c++ c++11 asynchronous

Difference of passing argument to std::thread, C++

c++ multithreading c++11

How C++ compilers differentiate the token >> for binary operator, and for template

c++ parsing c++11

array vs std::initializer_list as function parameter

Can't return nullptr for unique_ptr return type

c++ c++11 unique-ptr nullptr

Why forwarding return value is needed

g++ how to check if it supports lambda functions?

libc++ vs VC++: Can non-UTF conversions be done with wstring_convert?

c++ c++11 non-unicode

Direct vs uniform initialization in std::allocator

Why is using an integral value parameter pack disallowed after a type parameter pack in C++11?

How to use tr1 with Visual Studio 2010 (tr1::function)?

C++11 type inference with lambda and std::function

Why does this C++ code compile when using clang -std=gnu++11?

c++ c++11 clang

How to mix atomic and non-atomic operations in C++?

assigning lambda to std::function

function pointers for std::unordered_map

c++ c++11 std

Link iOS app against both libstdc++ and libc++

c++ ios xcode c++11 linker

Why not modify key of associative container?

c++ c++11 std language-lawyer