Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

c++11 STL's binomial_distribution extremely slow

c++ gcc random c++11 libstdc++

Template argument deduction for string literals

Are [[attributes]] new to C++11?

c++ c++11

Memory allocation of internal types used by the containers

c++ c++11 std allocator

What's the difference between std::wstring_convert and std::wbuffer_convert?

Difference between MoveInsertable and CopyInsertable?

Exception safety of std::function

Are std::functions inlined by the C++11 compiler?

Layout restriction on a non-standard layout class

c++ c++11

Use C++11 in Qt Creator [duplicate]

c++ ubuntu c++11 qt-creator

std::declval() firing assertion error with warnings in GCC

c++ gcc c++11

Checking if an std::function is assigned to a nullptr

Does C++11 support new features of C11?

c++ c c++11 c11

How can I avoid a virtual call when I know the type?

Lock-free data structures in C++ = just use atomics and memory-ordering?

make_signed<unsigned long>::type is int?

Prevent implicit conversion of constructor arguments to external library type

Interoperability between Boost and C++11

c++ c++11 boost

Why the template version is chosen below by the compiler?

c++ templates c++11

Can C++ compilers optimize away a class?