You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried compiling PushmiTest.cpp with pushmi.h on compiler explorer.
gcc trunk and clang complained pushmi.h about
pushmi.h:496:15: error: parentheses are required around this expression in a requires clause
(requires B == static_cast<bool>(This{})) constexpr
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
( )
While gcc 9.3 compiled pushmi.h just fine with -fconcepts
I tried compiling
PushmiTest.cppwith pushmi.h on compiler explorer.gcc trunk and clang complained
pushmi.haboutWhile gcc 9.3 compiled
pushmi.hjust fine with-fconcepts[LIVE]