Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhou committed Feb 3, 2019
1 parent f74d96a commit 2c681ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/aikido/common/EnumFlags.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
#include <type_traits>

/// Enable bitwise operators for strongly-typed enums.
///
/// Adapted from
/// http://blog.bitwigglers.org/using-enum-classes-as-type-safe-bitmasks/

// Adapted from
// http://blog.bitwigglers.org/using-enum-classes-as-type-safe-bitmasks/

// clang-format off

#define AIKIDO_ENABLE_BITWISE_OPERATORS(X) \
template<> \
template <> \
struct EnableBitwiseOperators< X > \
{ \
static const bool enable = true; \
Expand Down

0 comments on commit 2c681ad

Please sign in to comment.