mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-11 23:05:34 +08:00
refs #624 Replace typedef with using.
This commit is contained in:
@@ -43,7 +43,7 @@ namespace BlackMisc
|
||||
* \ingroup Tuples
|
||||
*/
|
||||
#define BLACK_ENABLE_TUPLE_CONVERSION(T) \
|
||||
public: typedef std::true_type EnabledTupleConversion; \
|
||||
public: using EnabledTupleConversion = std::true_type; \
|
||||
private: friend class BlackMisc::TupleConverter<T>;
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user