Support libc++ and reduce minimum required standard to c++20
Compare changes
Files
5- Santiago Ospina De Los Ríos authored
This macro was introduced to make std::move_only_function to be compatible with clang and libstd++, but it is not required anymore as we use function2
@@ -3,6 +3,8 @@
@@ -45,7 +47,7 @@ class OStreamRedirect final : public std::stringbuf
@@ -63,7 +65,7 @@ public:
@@ -76,7 +78,7 @@ private: