[*] undefine std_string_view

This commit is contained in:
Reece Wilson 2024-12-10 18:58:09 +00:00
parent 58c0312d6a
commit d8826b8428

View File

@ -544,3 +544,7 @@ namespace AuHash
}
};
}
#if defined(std_string_view)
#undef std_string_view
#endif