Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

How can I store generic packaged_tasks in a container?

c++ multithreading c++11 c++14

Implicit conversion from int to shared_ptr

How does std::async "store" an arbitrary exception?

Modulo Operator (%) gives divergent results

c++ c++11

define alias for specific template method instances

c++ templates c++11

Are arguments passed via `&&` useful for non constructor functions?

How can one test floating point representation for file storage? [duplicate]

c++ c++11 floating-point

C++11 Atomic memory order with non-atomic variables

libc++ difference between vector::insert overloads

c++ c++11 vector libc++

'const decltype((a))' does not declare a const reference?

c++ c++11 decltype

c++11 chrono unreferenced local variable

c++ c++11

Why would a class with inherited constructors get a synthesized default constructor as well?

c++ c++11 inheritance

cv-qualified struct's member is not similarly cv-qualified

c++ c++11 clang c++14 typetraits

Invalid use of incomplete type struct std::hash with unordered_map with std::pair of enum class as key

How to iterate over a specific set of keys in c++ maps?

c++ c++11 dictionary stl

Does return statement create a temporary object for functions returning by value?

c++ c++11

c++11 register cache thread safety

why compiler said: 'enable_if' cannot be used to disable this declaration

pthread_create with no arguments?

c++ c++11 pthreads posix

unit testing C++11 closures