Skip to content

Commit

Permalink
Fix typo from previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Crews committed Jan 26, 2022
1 parent 65027a5 commit 5b87986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/flags/allow_flags.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
namespace flags {

template <typename T, typename = void>
struct is_flags : std:false_type {};
struct is_flags : std::false_type {};
template <typename T>
struct is_flags < T, decltype(enableEnumFlags(T{})) > : std::true_type {};

Expand Down

0 comments on commit 5b87986

Please sign in to comment.