We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f74d96a commit 2c681adCopy full SHA for 2c681ad
include/aikido/common/EnumFlags.hpp
@@ -4,14 +4,14 @@
4
#include <type_traits>
5
6
/// Enable bitwise operators for strongly-typed enums.
7
-///
8
-/// Adapted from
9
-/// http://blog.bitwigglers.org/using-enum-classes-as-type-safe-bitmasks/
+
+// Adapted from
+// http://blog.bitwigglers.org/using-enum-classes-as-type-safe-bitmasks/
10
11
// clang-format off
12
13
#define AIKIDO_ENABLE_BITWISE_OPERATORS(X) \
14
-template<> \
+template <> \
15
struct EnableBitwiseOperators< X > \
16
{ \
17
static const bool enable = true; \
0 commit comments