diff --git a/introspection.hpp b/introspection.hpp index 4311bc89..c60a7ba2 100644 --- a/introspection.hpp +++ b/introspection.hpp @@ -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