diff --git a/include/boost/leaf/expect.hpp b/include/boost/leaf/expect.hpp index 8b35353..bf36f93 100644 --- a/include/boost/leaf/expect.hpp +++ b/include/boost/leaf/expect.hpp @@ -137,7 +137,7 @@ boost bool slots_available() noexcept { - bool const available[ ] = { tl_slot::tl_instance().has_value()... }; + bool const available[ ] = { tl_slot::tl_instance().has_value()... }; for( auto i : available ) if( !i ) return false;