Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

C++11 "enumerated types" (17.5.2.1.2)

c++ c++11 enums

decltype in class method declaration: error when used before "referenced" member is declared

c++ c++11 decltype

Atomic exchange of two std::atomic<T*> objects in a lock-free manner in C++11?

c++ c++11 atomic

How to get rid of weak_ptrs in a container

c++ c++11 weak-ptr

How do I utilize move semantics when returning a member variable?

c++ c++11 move-semantics

Legally invoking a pure virtual function

Why cannot I use an instantiation of std::make_shared as a pointer to function?

mingw: function not found when compiled with -std=c++11

c++ c++11 mingw popen stdio

Auto deduced return types in forward declaration and mixing with old function syntax

performance of emplace is worse than check followed by emplace

Narrowing int to bool in SFINAE, different output between gcc and clang

c++ gcc c++11 clang sfinae

Static constexpr odr-used or not?

How to allocate a non-copyable and non-movable object into std::map?

constexpr std::array with static_assert

Get google test exception throw message [duplicate]

Static array of lambda functions (C++)

c++ c++11 lambda

Qt 5: unable to declare signal that takes rvalue reference

Optimize performance of loop

c++ performance c++11

C++ - Are there ways to get current class type with invariant syntax? [duplicate]

c++ templates c++11

Is this simple C++ program using <locale> correct?

c++ c++11 clang locale