Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

Can be std::function inlined or should I use different approach?

How to make `short-circuit evaluation` also available in `fold expressions`?

Why is std::abs(9484282305798401ull) = 9484282305798400?

Why 'is_convertible' here in <utility> std::pair (STL)?

c++ c++17 standard-library

constexpr in for-Statement

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