Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

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

std::any by std::exception_ptr

c++ c++11 variant

Why should I prefer static constexpr int in a class over enum for class-level integral constants?

c++ c++11 enums constexpr

What is the difference between not implementing and deleting common operators?

c++ c++11

Why is the move constructor not called? [duplicate]

c++ c++11 move

Bug with writing to file in linux /sys/class/gpio

c++ linux file c++11 sudo

decltype for overloaded member function [duplicate]

Error : ‘template<class> class std::auto_ptr’ is deprecated

c++ c++11 g++ scons