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
But it fails to compile without x3::forward_ast<> wrapper in line 44.
In contrast, original boost::variant does not require to specify boost::recursive_wrapper<> in the similar boost::get<>() call (line 46).
The following code runs as expected:
But it fails to compile without
x3::forward_ast<>
wrapper in line 44.In contrast, original
boost::variant
does not require to specifyboost::recursive_wrapper<>
in the similarboost::get<>()
call (line 46).Coliru link: https://coliru.stacked-crooked.com/a/f52d436f462056ff
The text was updated successfully, but these errors were encountered: