Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

How do I support any_cast to cast a custom class to a string?

c++ std c++17

How to get chrono time_point from year, month, day, hour, minute, second, millisecond?

c++ c++17 c++-chrono

Determine the parameter types of a function passed as a template parameter

Is std::from_chars supposed to handle uppercase hexadecimal exponents?

Advantages of string_view literals vs string literals in simple scenarios

c++ c++17 string-view

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