We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d786573 commit 9c4f835Copy full SHA for 9c4f835
headers/type_traits
@@ -31,7 +31,7 @@ struct integral_constant {
31
};
32
33
typedef integral_constant<bool, false> false_type;
34
-typedef integral_constant<bool, false> false_type;
+typedef integral_constant<bool, true> true_type;
35
36
// SIMPLIFIED: the actual base type depends on T
37
// primary type categories
0 commit comments