Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Comparing unordered_map vs unordered_set

How to use travis-ci to build modern c++ using modern cmake?

c++11 gcc cmake travis-ci

Why this ADL case is working?

How can I skip the first iteration of range-based for loops?

T v{} initialization

Threads in a vector can't be joined

Can I use [[noreturn]] on non-void returning functions?

What's the difference between C++0x concepts and The Boost Concept Check Library (BCCL)?

c++ boost c++11 c++-concepts

How to std::thread sleep

c++ multithreading c++11

How to get N-th type from a tuple?

c++ templates c++11 stdtuple

C++11 constexpr function pass parameter

c++ c++11 constexpr

std::string difference in output when use c+=expression and c=c+expression

c++ string c++11 stdstring

How to use clang++ with -std=c++11 -Weverything -Werror

Copy constructor is not inherited

Lookup table with constexpr

c++ c++11 constexpr

Comparison between constant accessors of private members

How to use std::is_volatile?

Most concise way to disable copying class in C++11

c++ c++11 destructor

Is volatile int in C as good as std::atomic<int> of C++0x?

c c++11 atomic volatile

Template class with conditional typenames