You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from /DATA/disk1/jinhelin/tiflash-1/dbms/src/Storages/S3/PocoHTTPClient.cpp:38:
In file included from /DATA/disk1/jinhelin/tiflash-1/contrib/boost/boost/algorithm/string.hpp:23:
In file included from /DATA/disk1/jinhelin/tiflash-1/contrib/boost/boost/algorithm/string/split.hpp:16:
In file included from /DATA/disk1/jinhelin/tiflash-1/contrib/boost/boost/algorithm/string/iter_find.hpp:27:
In file included from /DATA/disk1/jinhelin/tiflash-1/contrib/boost/boost/algorithm/string/find_iterator.hpp:24:
In file included from /DATA/disk1/jinhelin/tiflash-1/contrib/boost/boost/algorithm/string/detail/find_iterator.hpp:18:
In file included from /DATA/disk1/jinhelin/tiflash-1/contrib/boost/boost/function.hpp:30:
In file included from /DATA/disk1/jinhelin/tiflash-1/contrib/boost/boost/function/detail/prologue.hpp:17:
In file included from /DATA/disk1/jinhelin/tiflash-1/contrib/boost/boost/function/function_base.hpp:22:
/DATA/disk1/jinhelin/tiflash-1/contrib/boost/boost/type_traits/has_trivial_copy.hpp:34:4: error: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Werror,-Wdeprecated-builtins]
BOOST_HAS_TRIVIAL_COPY(T) BOOST_TT_TRIVIAL_CONSTRUCT_FIX
^
/DATA/disk1/jinhelin/tiflash-1/contrib/boost/boost/type_traits/intrinsics.hpp:190:41: note: expanded from macro 'BOOST_HAS_TRIVIAL_COPY'
# define BOOST_HAS_TRIVIAL_COPY(T) (__has_trivial_copy(T) && !is_reference<T>::value)
^
In file included from /DATA/disk1/jinhelin/tiflash-1/dbms/src/Storages/S3/PocoHTTPClient.cpp:38:
In file included from /DATA/disk1/jinhelin/tiflash-1/contrib/boost/boost/algorithm/string.hpp:23:
In file included from /DATA/disk1/jinhelin/tiflash-1/contrib/boost/boost/algorithm/string/split.hpp:16:
In file included from /DATA/disk1/jinhelin/tiflash-1/contrib/boost/boost/algorithm/string/iter_find.hpp:27:
In file included from /DATA/disk1/jinhelin/tiflash-1/contrib/boost/boost/algorithm/string/find_iterator.hpp:24:
In file included from /DATA/disk1/jinhelin/tiflash-1/contrib/boost/boost/algorithm/string/detail/find_iterator.hpp:18:
In file included from /DATA/disk1/jinhelin/tiflash-1/contrib/boost/boost/function.hpp:30:
In file included from /DATA/disk1/jinhelin/tiflash-1/contrib/boost/boost/function/detail/prologue.hpp:17:
In file included from /DATA/disk1/jinhelin/tiflash-1/contrib/boost/boost/function/function_base.hpp:23:
/DATA/disk1/jinhelin/tiflash-1/contrib/boost/boost/type_traits/has_trivial_destructor.hpp:30:86: error: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Werror,-Wdeprecated-builtins]
template <typename T> struct has_trivial_destructor : public integral_constant<bool, BOOST_HAS_TRIVIAL_DESTRUCTOR(T)>{};
^
/DATA/disk1/jinhelin/tiflash-1/contrib/boost/boost/type_traits/intrinsics.hpp:196:47: note: expanded from macro 'BOOST_HAS_TRIVIAL_DESTRUCTOR'
# define BOOST_HAS_TRIVIAL_DESTRUCTOR(T) (__has_trivial_destructor(T) && is_destructible<T>::value)
^
2 errors generated.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: