ICU-21081 Make U_ASSERT C++14 compatible
This commit is contained in:
parent
681a7aa451
commit
715d254a02
@ -32,7 +32,7 @@
|
||||
# include <assert.h>
|
||||
# define U_ASSERT(exp) assert(exp)
|
||||
#elif U_CPLUSPLUS_VERSION
|
||||
# define U_ASSERT(exp) void()
|
||||
# define U_ASSERT(exp) (void)0
|
||||
#else
|
||||
# define U_ASSERT(exp)
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user