2
0
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:
Emil Dotchevski
2018-10-13 16:41:52 -07:00
parent 2f6807c4ed
commit b5ead180bb

View File

@@ -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;