Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

C++11 code/library in non C++11 program

c++ c++11 compatibility

How does std::chrono::steady_clock::now report errors?

NVI and devirtualisation

Do atomic CAS-operations on x86_64 and ARM always use std::memory_order_seq_cst?

Understand how to compute sum at compile time

Free function with parameters, get return type

c++ c++11

Does an explicit move ctor eliminate implicit copy ctor?

Hidden move-construction

c++ c++11

Apply the same function to each data member - Transform on heterogeneous types sort of thing

c++ c++11

Check if a given ostream object has been written to

c++ c++11 iostream

Why std::next does not accept InputIterator?

c++ c++11 stl

std::move and static_cast<T&&> different results [duplicate]

C++: huge errors using clang to compile a map with iterators as values

c++ c++11 dictionary iterator

rvalue reference as an object field

c++ c++11 rvalue-reference

C++ 11 Move Semantics and STL Containers

c++ c++11 stl

Creating an instance of shared_ptr<std::thread> with make_shared<std::thread>

Is it possible to construct only const objects of specific type in C++?

How to specialize a template function for integral and floating types respectively?

c++ templates c++11

Why GCC allows catch by rvalue reference?

c++ exception gcc c++11 g++

"typename" and "template" keywords: are they really necessary?