diff --git a/include/tl/expected.hpp b/include/tl/expected.hpp index 4bc30ad..688a7e0 100644 --- a/include/tl/expected.hpp +++ b/include/tl/expected.hpp @@ -29,6 +29,8 @@ #if (__cplusplus > 201103L) //can't have assert in constexpr in C++11 #include #define TL_ASSERT assert +#else +#define TL_ASSERT #endif #endif