Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

What stable c++11 feature can be used safely [closed]

c++ c++11

Implementing a generator in C++0x

c++ c++11 generator

Why is this copy constructor called rather than the move constructor?

namespace issues in c++11?

c++ gcc c++11 glibc

Is this constexpr integer not a null pointer constant?

c++ c++11 constexpr

What is the correct implementation of move constructor (and others)?

c++ c++11 move-semantics

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