Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

SFINAE code to detect whether operator<< is implemented for a type behaves differently on Clang and gcc [duplicate]

Copy-assigning to a tuple from an iterator range in C++17

experimental::optional nullopt_t constructor

c++ optional c++17 option-type

std::experimental::optional<T> implementation: Constexpr constructor confusion

Is there a way to have a public member, unmodifiable from outside the class, without accessor wrapper function?

c++ c++17

Deduction guide for variadic template constructor fails

c++ gcc c++17

Comparison for objects derived from std::string_view is ambiguous in MSVC

Fixed point combinator and explicit result type

Overload ambiguity with std::function that takes an std::optional parameter

c++ c++17

Clang, std::next, libstdc++ and constexpr-ness

generic type alias, which are incompatible to each other

clang compiled program throws std::bad_any_cast during std::any_cast

c++ gcc casting clang c++17

What's the reallocation equivalent of std::aligned_alloc()?

constexpr struct member initialisation

c++ c++17 constexpr

propagate_const and forward declaration

c++ c++17 c++-experimental

How to create an array from two index sequence at compile time

What is the proper way to preallocate memory for a function return value that is called many times in a loop?

How to define constructor of fully-specialized class within another class template

Specializing function template based on lambda arity

c++ templates lambda c++17 arity

How to use <execution> library in c++17

c++ c++17