We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76de4dd commit ebe360dCopy full SHA for ebe360d
common/autoware_auto_common/include/autoware_auto_common/common/types.hpp
@@ -37,7 +37,9 @@ namespace types
37
// We don't currently require code to comply to MISRA, but we should try to where it is
38
// easily possible.
39
using bool8_t = bool;
40
+#if __cplusplus < 201811L || !__cpp_char8_t
41
using char8_t = char;
42
+#endif
43
using uchar8_t = unsigned char;
44
// If we ever compile on a platform where this is not true, float32_t and float64_t definitions
45
// need to be adjusted.
0 commit comments