Skip to content

Commit b4e21f9

Browse files
committed
Fix missing is_same case for char
Signed-off-by: Taylor Foxhall <tfoxhall@bloomberg.net>
1 parent 32f7b7c commit b4e21f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rmq/rmqamqpt/rmqamqpt_types.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ class Types {
8484
#ifdef BSLS_COMPILERFEATURES_SUPPORT_STATIC_ASSERT
8585
// Ensure the bytes are always written in big-endian order
8686
static_assert(bsl::is_same<T, bool>::value ||
87+
bsl::is_same<T, char>::value ||
8788
bsl::is_same<T, signed char>::value ||
8889
bsl::is_same<T, unsigned char>::value ||
8990
bsl::is_same<T, bdlb::BigEndianInt16>::value ||

0 commit comments

Comments
 (0)