diff --git a/modules/test/public/expects.hpp b/modules/test/public/expects.hpp index 35acc6a..1240d64 100644 --- a/modules/test/public/expects.hpp +++ b/modules/test/public/expects.hpp @@ -19,7 +19,7 @@ concept Printable = Formattable || requires(std::ostream &stream, T value) { template concept Testable = Printable && std::equality_comparable; -constexpr void expect_unreachable( +inline void expect_unreachable( std::source_location source_location = std::source_location::current() ) {