mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
sync
This commit is contained in:
parent
915f6a8781
commit
d21afe4910
|
@ -97,6 +97,8 @@
|
|||
# endif
|
||||
# define U_DO_PRAGMA(x)
|
||||
# define U_DUMP_KERNEL_VERSION(x)
|
||||
# define CLANG_VERSION_NUM (__clang_major__ * 10000 + \
|
||||
__clang_minor__ * 100)
|
||||
#elif defined(U_CSP_INTERFACE)
|
||||
# define U_DO_PRAGMA(x)
|
||||
# define U_DUMP_KERNEL_VERSION(x)
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
#include <ulib/container/construct.h>
|
||||
|
||||
#ifdef U_STDCPP_ENABLE
|
||||
#if defined(U_STDCPP_ENABLE) && (!defined(__clang__) || CLANG_VERSION_NUM != 30700)
|
||||
# include <algorithm>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user