Proposed resolution:
This wording is relative to N4713 after an editorial edit.
Modify [variant.visit] as indicated:
template<class Visitor, class... Variants> constexpr see below visit(Visitor&& vis, Variants&&... vars);[…]
-3- Returns: e(m), where m is the pack for which mi is varsi.index() for all 0 <= i < n. The return type is
the type of e(m)decltype(e(m)).[…]