mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
tuples: make the fake variadics more simple by sharing more code with the real variadics
This commit is contained in:
@@ -137,7 +137,6 @@ namespace BlackMisc
|
||||
}
|
||||
//! @}
|
||||
|
||||
#ifdef Q_COMPILER_VARIADIC_TEMPLATES
|
||||
|
||||
// Applying operations to all elements in a tuple, using recursion
|
||||
//! \private
|
||||
@@ -203,7 +202,6 @@ namespace BlackMisc
|
||||
static void deserializeJson(const QJsonObject &, const QStringList &, Tu &) {}
|
||||
};
|
||||
|
||||
#endif // Q_COMPILER_VARIADIC_TEMPLATES
|
||||
|
||||
} // namespace Private
|
||||
|
||||
|
||||
Reference in New Issue
Block a user