Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

How does const auto and auto const apply to pointers?

c++ c++11

Why does std::move take rvalue reference as argument?

Is there a way to check if std::future state is ready in a guaranteed wait-free manner?

Is it possible to set g++ to follow C++11 ISO (-std=c++11) through #define?

How do I generate objects in std::vector and without copy?

c++ performance c++11 stl

Why does a lock_guard on a mutex reference produce C26110

c++ c++11 visual-c++ c++17 std

Using C++ classes like function that may be defined in several different locations

c++ c++11 tr1

C++ functions for integer division with well defined rounding strategy

c++ c++11

Do any C++11 thread-safety guarantees apply to third-party thread libraries compiled/linked with C++11?

std::error_code, my_error::check_block == my_error::validate && my_error::accept_block == my_error::validate

c++ c++11 std error-code

How to get the winapi id of a thread that has been created using the standard library?

Linking troubles with boost::program_options on OSX using LLVM

c++ boost c++11 osx-lion clang

Uniform initialization of derived class with trivial ctor

ambiguous overload for ‘operator=’ with c++11 std::move and copy and swap idiom

C++11 Geany setup

c++ gcc c++11 geany

What C++11 <atomic> operations/memory orders guarantees freshness? [duplicate]

Most vexing parse confusion

Overhead of recursive lambdas

recursion c++11 lambda

swap std::unique_ptr with lambda as deleter -- GCC

c++ gcc c++11 lambda unique-ptr

Lambda capture shared_ptr member