Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

why does default constructor being outside class or inside class make a difference in whether the class is POD?

c++ c++11

C++ future.get() return types

c++ visual-c++ c++11 lambda

using declaration in class definition

c++ c++11

How to detect if a container is guaranteed to have sequence storage

c++ c++11 stl containers

How negate std::is_integral for use in tag dispatch?

How to typedef template function pointer?

std::hash variations of object with arbitrary number of attributes of fundamental type

Store pointer to map key

c++ c++11

Operating on thrust::complex types with thrust::transform

c++11 cuda thrust

Proper Way to size check a std::vector inside a loop

c++ c++11 vector stl std

Choose fstream or cout depending on attributes

c++ c++11 stream

Visual C++ _snprintf setting errno to ERANGE

c++ c++11

My static map is always empty

c++ c++11 unordered-map

How do I handle errors in Lua when executing arbitrary strings?

c++11 lua lua-api

No assignment of copy by value in lambda

c++ lambda c++11 clang

c++11 array initialization won't call copy constructor

Can I abstract away specific details about templated classes?

code size of using std::array

c++ c++11 embedded

Laziness in C++11

c++ c++11 d lazy-evaluation

How do I write a make_vector similar to std::make_tuple?