Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Append string data to std::vector<std::byte>>

c++ byte std c++17

How to place user-defined literal inside constexpr class of same type in C++?

Using integer sequences with tuples and variadic templates

Ambiguous constructor error in gcc but not in msvc

C++ - Get typename of a template where that class is used as another template

c++ templates c++17 typename

if constexpr for a switch statement based on a template

Does the order of the constant operand with any arithmetic operator affect optimization?

How to check at compile time for the existence of a global-scope function accepting given argument types?

std::variant converting constructor behavior

c++ c++17