mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 23:35:33 +08:00
refs #624 Use std alias traits.
This commit is contained in:
@@ -217,7 +217,7 @@ namespace BlackMisc
|
||||
void extendMetaTuple(Tu &&tu) const
|
||||
{
|
||||
Private::extendMeta(std::forward<Tu>(tu), m_names,
|
||||
Private::make_index_sequence<std::tuple_size<typename std::decay<Tu>::type>::value>());
|
||||
Private::make_index_sequence<std::tuple_size<std::decay_t<Tu>>::value>());
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user