Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Is this correct way to combine std::generate_n and std::back_inserter?

c++ stl c++11

Linker error when using unique_ptr in C++/CLI

C++ stl unordered_map, thread safety where each thread accesses only it's own assigned key and may edit that value

Pure functions in C++11

c++ gcc c++11

empty brace-init-lists emit warnings about missing field initializers

c++ c++11

How do I get the new C++ threading support on Mac OS X with clang?

c++ macos c++11 clang

Is it possible to erase elements of a std::list in a c++11 for each loop

c++ stl c++11

constexpr string literals in anonymous namespace?

c++ c++11 constexpr

template enable if is pointer

c++ templates c++11 std

prevent std::atomic from overflowing

c++ c++11 atomic

-Wsign-compare warning in g++

c++ c++11 g++

Can you replace & with bitand in references?

c++ syntax c++11

Generic template for calling function with vector elements

c++ templates c++11

Can two std::atomic's be part of one union?

c++ c++11 atomic

What's the difference between void() and void{}?

c++ c++11

Does x86-SSE-instructions have an automatic release-acquire order?

Workaround for error C2536: cannot specify explicit initializer for arrays in Visual Studio 2013

c++ visual-studio c++11

Universal reference to template template parameter

c++ templates c++11

Can I mark a classes move-operation noexcept if it contains a standard container?

Iterator for C++11 map values (simple and transparent)

c++ c++11 map iterator std