Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

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)

Changing boost::scoped_ptr to std::unique_ptr

deduce entire vector space at compile time

Making a private inherited inner template public via a using directive

Unusual behavior with auto while traversing a dynamic vector

c++ c++11 vector iterator auto