Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

std::vector<Foo> when some members of Foo are references

Can the compiler implicitly std::move arguments when referenced just once?

Is there any reason to make a template template parameter non variadic?

Where are round(), rint() (and so on) C++ functions in Visual Studio 2012?

Should I use condition variables from the C++ standard or from the Windows API?

Using std::unique_ptr for managing COM objects

c++ c++11 com smart-pointers

Difference between std::set and boost::container::set

c++ c++11 boost

BOOST scoped_lock replacement in C++11

c++ c++11 boost

Strange behavior with c++ recursive templates when c++11 is enabled

C+11 Strategy Pattern with state

c++ design-patterns c++11

Remove items from vector, and mutate those which are removed

template extern (vs extern template)

c++ templates c++11

How to circumvent Intel C++ compiler's issue with `decltype` and inheritance?

Different behavior between libstdc++ and libc++ when constructing std::function with lambda

c++ c++11 lambda c++14 libc++

return an immutable POD class from a function

C++11 VS2013 class POD member initialization

c++ visual-studio c++11

Basic compile time format string checking using constexpr

Specialization of template in different namespace

c++ templates ubuntu c++11 g++

Undefined results with std::bind and duplicate placeholders

c++ c++11

How to make C++ linking take less memory

c++ templates c++11 linker