Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

C++11 cross compiler/standard library random distribution reproducibility

vector::clear in libc++ for trivially destructible types

c++ c++11 clang llvm stdvector

How does `std::less` work?

std::set insert with initialiser lists

How not to pollute the global namespace with declarations of a C header?

How to use a requires clause with lambda functor arguments?

c++ c++11 c++17 c++-concepts

std::condition_variable::wait with predicate

Why is -pthread necessary for usage of std::thread in GCC and Clang?

multithreading c++11 gcc clang

May I clear a priority_queue by clearing its underlying container?

c++ c++11

A little hazy about std::ref() and std::bind() with variadic templates

is_constructible and is_destructible unaffected by friend declarations

Why does std::ios_base::ignore() set the EOF bit?

c++ c++11 std iostream

Are checked guard parameter packs cause of ill-formed programs in case of specializations?

initializer_list and GCC 4.9.2 vs GCC trunk

c++ c++11 gcc

Evaluating noexcept specifier before template type deduction

MSVC and constexpr for function parameter?

C++ different minmax implementation

c++ c++11 stl

Overload resolution of constructors for different classes

Passing a string by value, reference and rvalue

c++ c++11 stdstring

Signedness of char and Unicode in C++0x

c++ unicode utf-8 char c++11