1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
This commit is contained in:
stefanocasazza 2017-03-23 19:15:55 +01:00
parent 915f6a8781
commit d21afe4910
2 changed files with 3 additions and 1 deletions

View File

@ -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)

View File

@ -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