Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Unhandled exception when using std::mutex instead of boost::mutex

Practically safe to assume sizeof(std::unordered_map<std::string, T>) is the same for all T?

c++ c++11 stl language-lawyer

candidate template ignored: substitution failure(error with clang but not g++)

c++ templates c++11 g++ clang

How to override std::hash for an enum defined inside a class?

c++ c++11 stl unordered-set

Can std::atomic memory barriers be used to transfer non-atomic data between threads?

Why is this operator= call ambiguous?

Strings in headers -- does this violate the ODR?

Comparing optimized builds with switch case and polymorphism

Template type deduction with std::function

How to add a description to boost::program_options' positional options?

Inheriting an explicit constructor (Intel C++)

Get the return type of begin on a c array

Why must I declare copy & move constructors when declaring destructors?

c++ c++11 resharper

How to force g++ to compile c++11 standard only?

c++ c++11 g++

When is aggregate initialisation valid in C++11?

C++ : how do I use type_traits to determine if a class is trivial?

c++ c++11 typetraits

IPC through shared memory with atomic_t; is it good for x86?

c++ c linux gcc c++11

Generate unique numbers at compile time

How does std::function know about calling convention?

Debugger steps deeper when trying to step out of C++11 std lib

c++ debugging xcode4 c++11 llvm