mirror of https://gitee.com/bigwinds/arangodb
make icu compile with recent clang++
This commit is contained in:
parent
58baf0fbfe
commit
b49c2598c3
|
@ -24,6 +24,10 @@
|
|||
|
||||
#ifdef __cplusplus
|
||||
|
||||
#ifdef __clang__
|
||||
typedef struct { long double x, y; } __float128;
|
||||
#endif
|
||||
|
||||
#include "unicode/errorcode.h"
|
||||
|
||||
U_NAMESPACE_BEGIN
|
||||
|
|
Loading…
Reference in New Issue