Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

std::filesystem's parent_path() is wrong for file in current directory?

c++ c++17 std-filesystem

Confusing behaviour around mandatory elision of copy/move [duplicate]

"Invalid conversion" error when visiting a variant of functions

c++ c++17 variant

Is possible to get list of root names with std::filesystem?

c++ filesystems c++17

What are my options for adding deduction guides for stl types

Why doesn't `auto &&` behave as a so-called "universal reference" when used as a lambda argument

How does auto return type template specialization work with different return types?

Is there a clean way to turn an overload set into a visitor suitable for use with std::visit?

c++ c++17 variant

Why does the compiler require the type to be specified?

c++ generic lambdas: pattern type deduction

Data race in parallelized std::for_each

What is `std::reinterpret_pointer_cast` and when should it be used?

c++ casting c++17

Is there a cmake compile feature for c++17's charconv?

c++ cmake c++17

How to efficiently move underlying data from std::string to a variable of another type?

c++ c++11 c++14 c++17

Implementing an abstract class as a interface for other classes without vtable overhead

c++ oop c++11 inheritance c++17

C++ using declaration for parameter pack