introspection: add type_name for std::byte
This commit is contained in:
parent
cd8a12ed28
commit
3b5197f065
@ -69,6 +69,8 @@ namespace util {
|
||||
CLANG_WORKAROUND(std::string, string, "string")
|
||||
CLANG_WORKAROUND(std::experimental::filesystem::path, path, "path");
|
||||
|
||||
CLANG_WORKAROUND(std::byte, byte, "byte");
|
||||
|
||||
#undef CLANG_WORKAROUND
|
||||
|
||||
template <typename T>
|
||||
|
Loading…
x
Reference in New Issue
Block a user