forked from qt-creator/qt-creator
Utils: Export std::variant_alternative_t
Change-Id: I30f1f797aff2bdf60b9a93fdee564ec648a2a6fa Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -40,6 +40,7 @@ using std::get;
|
||||
using std::get_if;
|
||||
using std::holds_alternative;
|
||||
using std::variant;
|
||||
using std::variant_alternative_t;
|
||||
using std::visit;
|
||||
} // namespace Utils
|
||||
|
||||
@@ -51,6 +52,7 @@ using mpark::get;
|
||||
using mpark::get_if;
|
||||
using mpark::holds_alternative;
|
||||
using mpark::variant;
|
||||
using mpark::variant_alternative_t;
|
||||
using mpark::visit;
|
||||
} // namespace Utils
|
||||
|
||||
|
Reference in New Issue
Block a user