Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Bug in clang thread_local initialization

Difference of C++17 and C++20 in template friend function with unary and binary operators

c++ templates c++17 friend c++20

GCC can not resolve method call with defaulted parameter and following parameter pack

c++ gcc g++ c++17

Is generating unique ID from template template parameters UB?

Is invocable and ambiguous call: bug in either g++ or clang

shared_mutex lock ordering

Conversion from wstring to u16string and back (standard conform) in C++17 / C++20

c++ c++17 utf-16 wstring utf-32

constexpr variable not captured

Can dangling pointer be equal to valid pointer during constant evaluation in C++?

C++17 std::variant header file (clang 6.0.0)

c++ clang c++17 variant

std::any for objects that can't be copy constructed