diff --git a/include/boost/ut.hpp b/include/boost/ut.hpp index a0cd37ba..931883aa 100644 --- a/include/boost/ut.hpp +++ b/include/boost/ut.hpp @@ -1654,7 +1654,7 @@ constexpr auto operator""_b(const char* name, decltype(sizeof("")) size) { return other; } }; - return named{{name, size}}; + return named{{name, size}, {}}; } } // namespace literals