Nikita Kniazev
Nikita Kniazev
Beast, Lambda, Phoenix would not depend on Bind after such a change.
``` #include #include int main() { BOOST_TEST_EQ(0x9.d495182a99318p-13, 0x9.d495182a99308p-13); std::cerr.precision(std::numeric_limits::max_digits10); std::cerr
The only user of that header is MPL, but it will allow to drop MPL dependence on Utility.
It was added in 668b3fccaef7460036a1a83a9c90df8cbe76c4ab to fix lexical_cast (https://svn.boost.org/trac10/ticket/4115) problem, but that seems to be an overkill (and probably not needed since https://github.com/boostorg/lexical_cast/commit/3ce36a28484b76fab2dd96e8ee43f52ae87d1353?). Also, it is a strange thing that...
`BOOST_NO_STD_TYPEINFO` should be used to detect if there is no `typeinfo` in `std` namespace, or Boost.Core/Boost.TypeInfo wrappers for a portable solution. Closes #306.
``` $ clang++ -I../../.. -fsanitize=undefined config_test.cpp && a boost_no_com_value_init.ipp:429:11: runtime error: index 4 out of bounds for type 'char const[4]' boost_no_com_value_init.ipp:443:11: runtime error: index 7 out of bounds for type...
Fiber build script uses `` feature https://github.com/boostorg/fiber/blob/2cb72f5dcefdeffbb36636234e6ccb36282f8ae3/build/Jamfile.v2#L23-L26 which is defined in Context library build script. It works currently by pure luck that `boost-cpp.jam` (main Boost build script) was unintentionally consistently...
``` clang-linux.compile.c++ ../../../../bin.v2/libs/spirit/test/qi/qi_range_run.test/clang-linux-12/release/cxxstd-11-iso/stdlib-libc++/threading-multi/visibility-hidden/range_run.o In file included from range_run.cpp:12: In file included from ../../../../boost/dynamic_bitset.hpp:15: ../../../../boost/dynamic_bitset/dynamic_bitset.hpp:111:20: error: definition of implicit copy constructor for 'reference' is deprecated because it has a user-declared copy...
* GHA ubuntu-18.04 image is no longer available -> switch to docker container. * arm64 multiarch docker container contains outdated sign keys because their deployment CI is broken -> switch...