Is there a reason why `boost::variant` does not support in place object construction? The `std::variant` has `emplace<T>(...)` though.
Is there a reason why
boost::variantdoes not support in place object construction? Thestd::varianthasemplace<T>(...)though.