Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

Is it possible to specify different C++ `operator==` functionality depending on the context at the call site?

How to overcome performance decrease with simple class containing only one POD member compared to plain POD type?

Check if member function is defined using SFINAE instead of requires clause

Conditional class member based on template

c++ c++17

Should we use lifetime extension of a temporary in C++17 and later?

c++ c++17

Can I change a std::string, which has been assigned to a std::string_view

Difference between if statement initializers taking a lock

C++ Bitshift in one line influenced by processor bit width (Bug or Feature?)

Fold expression within assertion compiles on some machines, but not on others

static_assert that a type is among a std::variant's accepted types

std::filesystem::file_time_type from time_t - how?

c++ c++17 c++20

Create vector of tuples from two vectors by move

Return default constructed or void from template function

Why does an unnamed struct inline variable not have the same address in every translation unit?

c++ c++17

How to avoid std::filesystem linker errors with Qt?

qt g++ c++17 std-filesystem