introspection: add type_name for std::byte

This commit is contained in:
Danny Robson 2018-08-01 13:08:54 +10:00
parent cd8a12ed28
commit 3b5197f065

View File

@ -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>