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 8e636bb commit 390ea37Copy full SHA for 390ea37
1 file changed
include/comms/field/BitmaskValue.h
@@ -22,6 +22,7 @@
22
#include "comms/util/SizeToType.h"
23
24
#include <cstddef>
25
+#include <cstdint>
26
#include <type_traits>
27
#include <utility>
28
@@ -48,7 +49,7 @@ template <>
48
49
struct BitmaskUndertlyingType<false>
50
{
51
template <typename TOptionsBundle>
- using Type = unsigned;
52
+ using Type = std::uintmax_t;
53
};
54
55
0 commit comments