[*] 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

@ -543,4 +543,8 @@ namespace AuHash
#endif
}
};
}
}
#if defined(std_string_view)
#undef std_string_view
#endif