Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Why does this compile with Visual Studio 2013 but not g++-4.8.1?

Why use bind instead of function call?

c++ c++11 boost bind

How can I return a lambda object?

c++ c++11 lambda c++14

The correct way to define default argument for a friend function in C++

c++ c++11 xcode5

Initialization by null pointer constant: which behaviour is correct?

Compiler error when exporting class

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

Why doesn't C++ have a const universal reference?

Recursive lambda callbacks without Y Combinator

constexpr conversion of hex chars to std::string

Determining whether a C++ class has a private destructor

c++ c++11 destructor private

Did C++11 introduce a case-insensitive string comparison algorithm?

c++ c++11 boost stl

C++ All combinations of a vector

c++ algorithm c++11 boost stl

std::pair complains about incomplete type

c++ c++11 boost

Referring to "this" as a shared_ptr? [duplicate]

c++ c++11 shared-ptr

Why is there a special type deduction rule for auto and braced initializers in C++11/C++14?

C++ using snprintf in ostream with rvalue buffer, is this well-formed?

Eigen::aligned_allocator fails with std::unordered_multimap

c++ c++11 eigen

discrepancy between clang and g++ in dealing with const objects [duplicate]

c++ c++11 constants

Container with std::vector and std::set properties ?

c++ c++11 containers

Hash an arbitrary precision value (boost::multiprecision::cpp_int)