Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Variable template in C++11

c++11 templates variables

Returning address of local variable or temporary when using C++0x decltype return value

std::unordered_set::equal_range iterator question

constexpr result from non-constexpr call

Initialise class template depending on another template

How to iterate over values when std::vector::data is given

c++ c++11

Variadic template class constructor with lvalues and rvalues

Visual Studio C++ Disable debugging in specific parts of code

Appending a string literal with a compile time generated integer

string c++11 gcc

Static variables in C++ lambdas

c++ c++11 lambda

Default initialized (with value initialization) parameter pack

Issue using std::atomic_flag with worker thread

Which is preferable for each, in or for_each?

Pimpl idiom using shared_ptr working with incomplete types

How to define a lambda expression without both std::function and auto?

c++ c++11 lambda

Building C++11 for Windows Phone 8?

c++11 windows-phone-8

incomplete types with shared_ptr and unique_ptr

Is there any way to static_assert that template argument is noncopyable?

Array initialization of objects without operator =, copy constructor or default constructor and run-time arguments

Doxygen error: Found ';' while parsing initializer list

c++ c++11 doxygen