mirror of
https://github.com/boostorg/leaf.git
synced 2026-02-15 01:02:13 +00:00
fixing non-msvc compile error
This commit is contained in:
@@ -137,7 +137,7 @@ boost
|
||||
bool
|
||||
slots_available() noexcept
|
||||
{
|
||||
bool const available[ ] = { tl_slot<MatchErrorInfo>::tl_instance().has_value()... };
|
||||
bool const available[ ] = { tl_slot<T>::tl_instance().has_value()... };
|
||||
for( auto i : available )
|
||||
if( !i )
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user