Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Can I sort vector of tuple of references?

sorting c++11 tuples

Qt requires C++11 support" make error

c++ qt c++11

C++ lambda not capturing variable on 2nd expansion in template?

constexpr c string concatenation, parameters used in a constexpr context

Brace-initialization vs. Parenthesis Bug

why default copy-ctor is generated for a class with reference member variable?

c++ c++11

Why do C++ templates match if method doesn't type-check?

Forwarding reference vs const lvalue reference in template code

c++ c++11 templates

Can the storage of trivially copyable objects be safely reallocated with realloc?