Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++14

Moving a shared_ptr<StructA> into a shared_ptr<variant<StructA, StructB>>

c++ c++14 c++17

Creating an `std::forward` alias - unexpected results

Create a variadic template from a constexpr array

c++ c++11 c++14

Auto type to auto method fails. Why?

c++ stl auto c++14

I want to perfect forward variadic arguments except for a specific type

Variable cannot be implicitly captured in a lambda with no capture-default specified

c++ macos c++11 g++ c++14

Mixing '__try' and 'try' in single function - Through Lambda

How to cmake, make and compile C++14 on Windows

Disable default copy construct & assign constructor when using templated constructors

c++ templates c++14

Number of value representation bits in a integer, according to the standard?

Why std::is_constructible stops at immediate context?

What is the exact meaning of the statement "The expression e is used as a glvalue if and only if the initialization uses it as a glvalue" in [conv]/6

Deduction of result type of callable

No matching function std::forward with lambdas

Convert `hana::string` to `constexpr const char (&)[]`

Avoid const locals that are returned?

c++ c++14 move-semantics nrvo

std::make_unique causes big slowdown?

c++ stl g++ c++14 clang++

How to construct an std::array with index sequence?

c++ arrays c++11 templates c++14

const T{}; works, const T; fails when T is a non-POD,

Why is std::tie not marked constexpr for C++14?

c++ c++11 tuples constexpr c++14