Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

How does template specialization with integer types work?

How std::memory_order_seq_cst works

What purpose does `gsl::string_span` aim at?

Does it matter that the insert hint place which is close the final place is before or after the final place?

c++ c++11

C++ catch exception in a loop and rethrow _after_ the loop finishes?

Lock free single producer/single consumer circular buffer

Detached threads accessing global or static objects

Why can templated aliases of anonymous struct/class-es not be defined directly?

Using std::transform to make a vector of pair

c++ c++11 std

Why does template substitution fail on a constructor unless I add brackets?

c++ c++11 templates

What is move() in c++98?

c++ c++11 move c++98

How would one write a "meta if else if.." in C++?

Benchmarking using <ctime> and instruction reordering

c++ c++11

C++ std library linking with different C++ standards

c++ gcc c++11 linker cygwin

Using decltype in a late specified return in CRTP base class

c++ c++11 crtp decltype

Assignment via copy-and-swap vs two locks

c++ c++11 mutex copy-and-swap

No Unicode Streams in C++0x ? Why?

c++ unicode stream io c++11

C++0x nested initializer lists

definition of static const outside the class definition

c++ c++11

Are begin(container) and end(container) standardized?