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
boost::variant works fine in this case. This issue was originally spotted by random failures after replacing boost::variant with map box::variant. One of the types in the list was boost::any which has a templated constructor like in struct X above.
The text was updated successfully, but these errors were encountered:
Thanks for reporting @ukreator and for the thoughts on solutions @lightmare. @artemp is out on vacation this week but I know he's planning a v1.1.x release soon after returning. I've assigned this to 1.1.3 to consider fixing before the next release.
Simple code snippet to reproduce the issue:
boost::variant works fine in this case. This issue was originally spotted by random failures after replacing boost::variant with map box::variant. One of the types in the list was boost::any which has a templated constructor like in struct X above.
The text was updated successfully, but these errors were encountered: