Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

how convert std::array<char, N> to char (&dest)[N]?

Const qualifier and forward reference

c++ c++11 templates c++14

const ok, but not constexpr?

c++ c++11 constants constexpr

I can't pass lambda with reference capture

How to fix 'non-type template argument is not a constant expression' in eigen3?

c++ c++11 eigen3

Enable C++ exceptions in Visual Studio 2010 compilation options

Is it bad form to provide only a move constructor?

OS-X support for std::tr1

c++ macos c++11 tr1

Saving function pointer+arguments for later use

c++ c++11

Does it make sense to use the move-and-swap idiom on a movable and non-copyable class

Is this example of the use of the C++ 'explicit' keyword correct?

std::copy/memcpy/memmove optimizations

c++ stl c++11 c++98

Overloaded function as argument of variadic template function

overloading operator << for std::tuple - possible simplications?

Using std::function for an API (across module boundaries)

c++ c++11 std-function

Is previously initialize memory guaranteed to persist after a placement new call?

c++ c++11 placement-new

Emulating a Java Enum in C++

java c++ enums c++11 migration

Implicit copy constructor

Is knowledge about noexcept-ness supposed to be forwarded when passing around a function pointer?

c++ c++11 noexcept

Possible regression in G++ 6.1.0

c++ c++11