Date: Thu, 3 Dec 2020 06:54:13 -0800
From: Marshall Clow <mclow.lists@gmail.com>

[release] Boost 1.75.0 Release Candidate 1


Built fine on macOS 11.0.1 using brew-installed g++-10

./b2 cxxstd=2a boost.locale.icu=off boost.locale.std=off threading=multi -sNO_COMPRESSION=1

Darwin KA-19.local 20.1.0 Darwin Kernel Version 20.1.0: Sat Oct 31 00:07:11 PDT 2020; root:xnu-7195.50.7~2/RELEASE_X86_64 x86_64

gcc version 10.2.0 (Homebrew GCC 10.2.0) 
Target: x86_64-apple-darwin19

Lots of deprecated warnings for #pragma GCC diagnostic ignored "-Wdeprecated-copy", use of boost/bind.hpp and boost/detail/iterator.hpp. But otherwise OK.



Net: Apple's clang and g++ generated pretty similar warnings.  Clang-11 did not.