mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 07:15:34 +08:00
refs #624 Replace typedef with using.
This commit is contained in:
@@ -93,7 +93,7 @@ namespace BlackMisc
|
||||
|
||||
public:
|
||||
//! The implementation container
|
||||
typedef Impl<Key,Value> impl_type;
|
||||
using impl_type = Impl<Key,Value>;
|
||||
|
||||
//! STL compatibility
|
||||
//! @{
|
||||
|
||||
Reference in New Issue
Block a user