mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +01:00
4168e1ea5a
Used to avoid the following error: ``` In file included from test/fuzz/addition_overflow.cpp:7: In file included from ./test/fuzz/util.h:26: In file included from ./test/util/setup_common.h:16: In file included from ./txmempool.h:31: In file included from /builds/dashpay/dash/depends/x86_64-pc-linux-gnu/include/boost/optional.hpp:15: In file included from /builds/dashpay/dash/depends/x86_64-pc-linux-gnu/include/boost/optional/optional.hpp:47: In file included from /builds/dashpay/dash/depends/x86_64-pc-linux-gnu/include/boost/type_traits/is_nothrow_move_assignable.hpp:16: /builds/dashpay/dash/depends/x86_64-pc-linux-gnu/include/boost/type_traits/has_nothrow_assign.hpp:65:7: error: builtin __has_nothrow_assign is deprecated; use __is_nothrow_assignable instead [-Werror,-Wdeprecated-builtins] BOOST_HAS_NOTHROW_ASSIGN(T) ^ /builds/dashpay/dash/depends/x86_64-pc-linux-gnu/include/boost/type_traits/intrinsics.hpp:205:43: note: expanded from macro 'BOOST_HAS_NOTHROW_ASSIGN' ^ /builds/dashpay/dash/depends/x86_64-pc-linux-gnu/include/boost/serialization/serialization.hpp:61:1: note: in instantiation of template class 'boost::has_nothrow_assign<unsigned int>' requested here BOOST_STRONG_TYPEDEF(unsigned int, version_type) ^ /builds/dashpay/dash/depends/x86_64-pc-linux-gnu/include/boost/serialization/strong_typedef.hpp:42:57: note: expanded from macro 'BOOST_STRONG_TYPEDEF' D& operator=(const D& rhs) BOOST_NOEXCEPT_IF(boost::has_nothrow_assign<T>::value) {t = rhs.t; return *this;} \ ``` |
||
---|---|---|
.. | ||
00_setup_env_arm.sh | ||
00_setup_env_mac_host.sh | ||
00_setup_env_mac.sh | ||
00_setup_env_native_asan.sh | ||
00_setup_env_native_cxx20.sh | ||
00_setup_env_native_fuzz_with_valgrind.sh | ||
00_setup_env_native_fuzz.sh | ||
00_setup_env_native_nowallet.sh | ||
00_setup_env_native_qt5.sh | ||
00_setup_env_native_sqlite.sh | ||
00_setup_env_native_tsan.sh | ||
00_setup_env_native_ubsan.sh | ||
00_setup_env_native_valgrind.sh | ||
00_setup_env_s390x_host.sh | ||
00_setup_env_s390x.sh | ||
00_setup_env_win64.sh | ||
00_setup_env.sh | ||
03_before_install.sh | ||
04_install.sh | ||
05_before_script.sh | ||
wrap-valgrind.sh |