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 d7cf0a5 commit 447cb7dCopy full SHA for 447cb7d
src/vector/vglobal.h
@@ -139,7 +139,7 @@ class vFlag {
139
140
using Int = typename std::conditional<
141
std::is_unsigned<typename std::underlying_type<Enum>::type>::value,
142
- unsigned int, signed int>::type;
+ uint32_t, signed int>::type;
143
144
using enum_type = Enum;
145
// compiler-generated copy/move ctor/assignment operators are fine!
0 commit comments