From 3b5197f065204e9d47b5c5155554b43087657a56 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Wed, 1 Aug 2018 13:08:54 +1000 Subject: [PATCH] introspection: add type_name for std::byte --- introspection.hpp | 2 ++ 1 file changed, 2 insertions(+) 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