Skip to content

Commit 5b87986

Browse files
author
Tim Crews
committed
Fix typo from previous commit
1 parent 65027a5 commit 5b87986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/flags/allow_flags.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
namespace flags {
99

1010
template <typename T, typename = void>
11-
struct is_flags : std:false_type {};
11+
struct is_flags : std::false_type {};
1212
template <typename T>
1313
struct is_flags < T, decltype(enableEnumFlags(T{})) > : std::true_type {};
1414

0 commit comments

Comments
 (0)