diff --git a/Src/IACore/inc/IACore/PCH.hpp b/Src/IACore/inc/IACore/PCH.hpp index 61df00e..61196d0 100644 --- a/Src/IACore/inc/IACore/PCH.hpp +++ b/Src/IACore/inc/IACore/PCH.hpp @@ -596,6 +596,7 @@ template inline SharedPtr MakeUniqueProtected(A template using Expected = tl::expected<_expected_type, _unexpected_type>; ALIAS_FUNCTION(MakeUnexpected, tl::make_unexpected); +# define EXPECT(type) Expected using String = std::string; using StringView = std::string_view;