Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Uninitialized std::complex constructor when using 'new'

Who is failing, boost, clang, or gcc? Issue with std::chrono used with boost::asio

c++11 boost clang boost-asio

Getting Howard Hinnant's short_alloc (C++11 version) to compile in Visual C++ 2015

How to design classes with constructor taking a std::initializer_list?

C++: Generic factory that can call any constructor?

Is "char[]" a proper type?

c++ arrays templates c++11

Segfault in std::atomic load?

Whether to use T const& or T&&

Finding the type of a pointer

c++ c++11

Time complexity of std::lower_bound on a sorted vector

Functional C++11 strange behavior

name lookup for typedef is buggy in GNU compiler?

std::move or std::forward with parameter std::unique_ptr<T>&&

c++ c++11

c++11 std::hash function object classes thread safety

c++ c++11 thread-safety

How to convert std::vector<std::reference_wrapper<T> > to std::vector<T>

Why do clang and gcc handle braced-initialization of structs with in-class initialization differently?

c++ c++11 gcc clang c++14

Conditional reference declaration in template class

c++ templates c++11 alias

How to get reference to inserted object from std::map::emplace()?

c++ c++11 stdmap

the array Initialize in C++ [duplicate]

c++ c++11

Why does std::extent applied to auto& yield zero?

c++ c++11