Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

Why deduction guide for std::array does not allow different types?

Trying to return the value from std::variant using std::visit and a lambda expression

c++ c++17

c++ how to elegantly use c++17 parallel execution with for loop that counts an integer?

Why isn't argument deduction allowed in function return type?

What's the substitution of <codecvt> in C++17 or later? [duplicate]

c++ utf-8 c++17 utf-16 codecvt

Static_assert inside if constexpr not discarded [duplicate]

Incomplete type with g++ v9.1

c++ g++ c++17

c++ compile error 'expected ';' at end of declaration' when using direct brace initialization

where's the point of instantiation of static data member template specialization

Can `std::basic_string::operator[]` return a "distant" protected page nul terminator?

Riemann zeta function with complex argument

c++ boost c++17 gsl

std::search on single-pass range

How to use std::shared_mutex on Vista/Server 2008?

c++ windows winapi c++17