TheProgammerd

Results 1 issues of TheProgammerd

`std::has_trivial_default_constructor` has been long deprecated and is now removed from C++20 libraries, which means that when the check `#if !defined(__GNUG__) || defined(_LIBCPP_VERSION) || defined(_GLIBCXX_USE_CXX11_ABI)` fails the code fails to compile...

bug