Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

How to store universal references

What is a clean/concise way to pass empty range to a function taking a pair of iterators?

c++ stl c++11

recursive_directory_iterator throws exception

c++ boost c++11

"Member is private" although I don't access it from outside, when using trailing return type

Overload resolution with universal references

What is the standard conforming way to decide what will be returned by what() from a class inherited from std::system_error without duplicating data?

Template argument deduction for lambdas

c++ templates c++11 lambda c++14

Does the semantics of `std::memory_order_acquire` requires processor instructions on x86/x86_64?

When and how to use std::locale::messages?

move_iterator is broken for iterators returning prvalues and returns dangling reference

GCC 4.4 does not implement C++11 range loop. What other range loop syntax does it support?

c++ c++11 g++

What's new in the C++11 preprocessor?

c++ c++11 c-preprocessor

Why std::thread doesn't have try_join_for() and interrupt() methods

C++11 implicitly convert

Does sequenced-before relation in C++11 prevent compiler/CPU reordering?

c++ c++11 language-lawyer

Template Template Parameters in the C++ Standard Library?

c++ c++11 c++14

Temporary lifetime and perfect forwarding constructor

c++ c++11

using template specialization

Are unscoped enumerations still useful?

c++ c++11 enums

std::array aggregate initialization requires a confusing amount of curly braces

c++ c++11