mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
refs #697 Type traits renamed with T prefix.
This commit is contained in:
@@ -334,7 +334,7 @@ namespace BlackMisc
|
||||
//! Type of pointer to non-const member function of U taking no arguments and returning void,
|
||||
//! for slot parameter of CCached constructor.
|
||||
template <typename U>
|
||||
using NotifySlot = Private::NonDeduced<void (U::*)()>;
|
||||
using NotifySlot = Private::TNonDeduced<void (U::*)()>;
|
||||
|
||||
//! Constructor.
|
||||
//! \param cache The CValueCache object which manages the value.
|
||||
|
||||
Reference in New Issue
Block a user