Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

Class template parameter type deduction inside another class scope [duplicate]

How to efficiently merge k sorted pairwise key/value vectors by keys?

c++ algorithm merge c++17 gnu

Conditionally provide a using declaration

Does C++17 provide a cross-platform scheme to record compiler version and options like Fortran?

c++ compilation c++17

Is it possible to output constexpr variables at compile time to debug template metaprograms?

Compiletime check if there are two template instantiations with identical template-parameter

c++ templates c++17

Char sequence from string at compile time WITHOUT recursion

Unspecified constant expression values and ODR

Should std::async respect thrown errors?

c++ c++17

`if constexpr` in fold expression

Why does the implementation of std::any use a function pointer + function op codes, instead of a pointer to a virtual table + virtual calls?

c++ stl c++17 std

const cast and std launder

c++ c++17

std::variant and ambiguous initialization

c++ c++17 language-lawyer std

how to deduce the size of a multidimensional array in a curly brace expression of a function call with templates

Passing an overloaded member function to function template