Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

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

Exception specifications are not compatible in declaration and in realisation of function

c++ c++11 g++ clang++

Simple program using uniform initialization to construct an object fails to compile

HippoMocks - mocking a function that returns a unique_ptr

c++ c++11 mocking hippomocks

C++11 language support in g++ without the library-breaking features of `-std=c++11`

c++ c++11 g++

The C++11 way to build an event loop

Range-based for loop with boost::adaptor::indexed

c++11 boost-range

C++ How to insert array to unordered_map as its key?

c++ c++11 unordered-map