fix readability-identifier-length
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
@endcode
|
||||
*/
|
||||
|
||||
// NOLINTBEGIN
|
||||
// clang-format off
|
||||
// Based on https://stackoverflow.com/questions/1448396/how-to-use-enums-as-flags-in-c
|
||||
template<class T = void> struct enum_traits {};
|
||||
@@ -130,5 +131,6 @@ public:
|
||||
};
|
||||
}
|
||||
// clang-format on
|
||||
// NOLINTEND
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user