Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

How to insert elements into a multidimensional vector of unique pointers?

Can the keyword `this` be used in the class scope?

c++ c++11 lambda

Understanding the obscure template parameter of std::function

c++ c++11

std::async causes deadlock?

c++ c++11 asynchronous std

Why there is no scoped locks for multiple mutexes in C++0x or Boost.Thread?

How to implement C++0x raw string literal?

Ill-formed C++0x code or compiler bug?

c++ gcc c++11 sfinae

c++ initializer lists and variadic templates

Tuple aggregate construction which infers types and elides move/copy constructor calls?

Combining stores/loads of consecutive atomic variables

c++ c++11

What 'alternate grammar' does [[ appear in besides attributes?

c++ c++11

Return type really long expression

c++ c++11 return-type

Error with constexpr(gcc) - error: a brace-enclosed initializer is not allowed here before '{' token

c++ c++11 constexpr

Can I make a strong typed integer in C++?

Use brace-enclosed initializer lists in a variadic template?

Unrecognized command line option "-std=c++11" c++ in Netbeans 7.2

Determine if numeric type A can be cast to numeric type B

c++ types casting c++11

C++ available "literal suffix code" for units

move ctor of class with a constant data member or a reference member

How to convert a utf16 ushort array to a utf8 std::string?

c++ utf-8 c++11 utf-16