We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32f7b7c commit b4e21f9Copy full SHA for b4e21f9
src/rmq/rmqamqpt/rmqamqpt_types.h
@@ -84,6 +84,7 @@ class Types {
84
#ifdef BSLS_COMPILERFEATURES_SUPPORT_STATIC_ASSERT
85
// Ensure the bytes are always written in big-endian order
86
static_assert(bsl::is_same<T, bool>::value ||
87
+ bsl::is_same<T, char>::value ||
88
bsl::is_same<T, signed char>::value ||
89
bsl::is_same<T, unsigned char>::value ||
90
bsl::is_same<T, bdlb::BigEndianInt16>::value ||
0 commit comments