Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

How to replace std::string with vstring?

c++ string c++11 libstdc++

C++11 value-initialization with defaulted default constructor

c++ c++11 language-lawyer

Mingw 'std::function' has not been declared?

c++ c++11 std sfml

STL containers move semantics and return by value: how many times of copying get avoided away?

Is clang's c++11 support reliable?

C++11 move constructor for union-like class

Program hangs in Visual Studio debugger

Availability of C++11 features

c++ c++11

How do you use the extraction operator (>>) with vector<bool>?

Regex to match only some filenames

c++ regex c++11

math.h macro collisions

c++ c++11 g++ glibc

Why std::bind cannot resolve function overloads with multiple arguments?

QMetaEnum and strong typed enum

c++ qt c++11 enums strong-typing

Is it possible to build a lazy conditional metafunction

Interaction between default arguments and parameter pack (GCC and clang disagree)

alignas keyword not respected

c++ c++11 alignas

Using different Standard C++ library headers with Intel compiler

c++ c++11 icc

Why Does the Standard C++ Grammar Not Cover this Case?

Pass a custom function as template parameter within 1 statement

'this' pointer changes in c++11 lambda

pointers c++11 lambda