Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

C++: std does not have member "string"

std::unique_ptr, Default Copy Constructor, and Abstract Class

c++ c++11

boost::multiprecision::float128 and C++11

c++ c++11 boost

Use std::reference_wrapper in std::map

Applying func to elements in std::tuple in the natural (not reverse) order

When is the destructor of the temporary called

c++ c++11

Create a "do-nothing" `std::function` with any signature?

How to declare template template parameter

c++ templates c++11

Can be std::function inlined or should I use different approach?

How does lambda capture local static variable?

c++ c++11

Why is std::abs(9484282305798401ull) = 9484282305798400?

Is it direct-initialization or copy-initialization?

C++11 lambda capture `this` and capture local variables by value

c++ c++11 lambda

Variadic Template Functions: No matching function for call, std::endl

Why does making operator new private break std::shared_ptr?

c++ c++11 shared-ptr

std::function bad memory access when creating a temporary

Is it possible to use std::basic_string as a wrapper around char*?

How to return an fstream (C++0x)

PODs and inheritance in C++11. Does the address of the struct == address of the first member?

c++ c++11 language-lawyer

XCode 4.5 'tr1/type_traits' file not found

c++ c++11 wxwidgets xcode4.5