Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

How to implement flatmap using rangev3 ranges

c++ c++11 range-v3

How to call erase with a reverse iterator using a for loop

c++ c++11

At which point does map::emplace create an object?

c++ c++11 language-lawyer

struct with same name but different member in C++

how to pass a std::bind object to a function

c++ c++11

Why is it illegal : copying vector of pointers into a vector of pointers to constants

Non-const pointer prefers const T& overload to const T*

c++ c++11 overloading

Is there a downside to a significant overestimation in a reserve()?

c++ performance c++11

C++ - Where are thread_local variables stored?

c++ c++11 thread-local

How to implement a real enum class in C++

c++ c++11 enums

Is it safe to capture a member reference if the class storing the original reference goes out of scope?

c++ c++11 lambda

Is noreturn part of the signature of a function?

Once a lock on std::weak_ptr has returned nullptr, can it ever be non-null again?

c++ c++11

Iterating over odd (even) elements only in a range-based loop

C++0x atomic template implementation

c++ synchronization c++11

Why is there no way to undo 'using' in C++?

c++ c++11

is it possible to restrict class instances to be used only as temporaries?

c++ c++11

How to provide free begin/end functions for your own types

c++ c++11

Should I use std::move or std::forward in move ctors/assignment operators?

c++ c++11

Using clang with libc++ and c++11 from the command line with mac os x

c++ macos c++11 clang libc++