Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

printf %s const char*

c++ c++11

Is the posix namespace used?

Is it possible to reuse variable names with using namespace?

c++ c++11

Create alias for a list of types and passing it as a template parameter

Access protocol buffers extension fields

C++ Expand only part of the parameter pack

Overload rules for multiple, templated constructors in list initialization

How to fix a -Wsubobject-linkage warning?

c++ c++11

Accessing a moved std::string in a new thread

Return a unique_ptr to polymorphic type

c++ c++11

integral_constant vs constexpr

c++ c++11 templates

Lambda in branch not taken of constant expression: Who is right?

Are unnecessary atomics eliminated by the compiler?

Is the stack variable deallocated when it goes out of scope? [duplicate]

c++ c++11

template argument '(type)0' does not match 'EnumValue'

c++ c++11 g++ compiler-bug

g++ fails to resolve template function overload

std::mutex::lock() produces weird (and unnecessary) asm code

c++ c++11 gcc

Different behavior in C regex vs C++ regex using extended POSIX grammar

c++ c regex c++11 posix

Whats the difference between reference to an array and array as a parameters in functions?

Using an initializer_list on a map of vectors

c++ stl c++11