Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

How should I loop over an enum class in C++11?

c++ enums c++11

What am I allowed to do with a static, constexpr, in-class initialized data member?

Length of user-defined string literal as a template argument?

Visual C++ 12 (VS2013 Preview) variadic template with function parameter workaround

visual-c++ c++11

Parallel implementations of std algorithms and side effects

c++ algorithm c++11

Scott Meyers on Rvalueness

Is std::call_once reentrant and thread safe?

c++ c++11

Explicit ref-qualified conversion operator templates in action

how to determine if an address is cache aligned?

c++ c++11

their representation is part of their definition as related to C++ concrete types?

c++ c++11

Crash in constructor with using virtual inheritance and delegating constructors

How to create an uint8_t array that does not undermine strict aliasing?

How to use SFINAE to create 2 different implementations of the same method

c++ templates c++11 sfinae

Struggling with alignas syntax

c++ c++11 icc alignas

Is there a way to specify all classes in a variadic parameter pack to be friend of the template in order to use operator=?

When int isn't an int (intX_t)

c++ c++11 gcc gcc4.8

Is there a way to mechanically identify which operations are safe on a moved-from object?

selecting appropriate copy-constructor based on template parameters

c++ templates c++11 sfinae

Is this absurd code that compiles fine a bug in both Clang and GCC? [duplicate]

Can not compare std::unorded_set with custom KeyEqual

c++ c++11 unordered-set