Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Defining `swap` method for struct containing a union; how to do it?

c++ c++11 swap unions

C++11 Uniform Initialization Formatted Incorrectly by Eclipse

Is modifying a mutable on a const declared object undefined behavior?

std::map non-const functors, compile time error under clang++, ok for g++

c++ c++11 stl functor

Why std::string hasn't const char* cast operator in C++11?

c++ c++11 stl stdstring

Function template deduction and initlializer_list

std::is_convertible inconsistant with std::function

c++ gcc c++11 std

C++ Data Structure that would be best to hold a large list of names

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

Is there an intention behind the auto keyword in trailing return type function syntax?

Why do I get "exception spec is more lax than base" error with this piece of code?

c++ c++11 lambda libc++ noexcept

GCC gives an "undefined reference" error to static data members in templated classes that rely on default constructors

Why does std::aligned_union need a minimum size as a template parameter?

c++11

Assignment operator requirement for Key type in std::map

c++ c++11 clang++

User-defined implicit conversion of an enum class when calling an overloaded operator fails

Clang: Trouble using bind or mem_fn with string::c_str and transform

c++ c++11 lambda libc++ stdbind

std::condition_variable::wait_for exits immediately when given std::chrono::duration::max

C++11 binding rules for const &&

Why can't auto be return type of a function? [duplicate]

c++ c++11 auto

how to computinally initialize a const array(make const look-up-tables)?

c++ c++11

emplace_back not working with std::vector<std::map<int, int>>

c++ c++11