clang-tidy: modernize-use-using (NFC)

Excludes C-compatible headers
This commit is contained in:
Peter Johnson
2020-12-27 22:52:53 -08:00
parent 885f5a9781
commit 4cc0706b06
12 changed files with 76 additions and 79 deletions

View File

@@ -51,8 +51,8 @@ template <typename Derived, typename TUserInfo,
class CallbackThread : public wpi::SafeThread {
public:
typedef TUserInfo UserInfo;
typedef TNotifierData NotifierData;
typedef TListenerData ListenerData;
using NotifierData = TNotifierData;
using ListenerData = TListenerData;
~CallbackThread() {
// Wake up any blocked pollers