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
There are special cases for std::reference_wrapper and recursive_wrapper in two places. One is in the get() call, the other in unwrapper helper class used by the visitor apply functions. This looks to me like there should be a way to unify this code, so that there is only once place that has the special code used by get() and apply_visitor().
The text was updated successfully, but these errors were encountered:
There are special cases for
std::reference_wrapper
andrecursive_wrapper
in two places. One is in theget()
call, the other inunwrapper
helper class used by the visitor apply functions. This looks to me like there should be a way to unify this code, so that there is only once place that has the special code used byget()
andapply_visitor()
.The text was updated successfully, but these errors were encountered: