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 would also like to have this. I use ICU UnicodeString type in boost::variant, and UnicodeString is expensive to copy or move. So boost::variant::emplace(…) would help to improve performances.
Is there a reason why
boost::variant
does not support in place object construction? Thestd::variant
hasemplace<T>(...)
though.The text was updated successfully, but these errors were encountered: