On 2019-12-08 19:16, Vinnie Falco via Boost wrote:
On Thu, Nov 21, 2019 at 8:37 AM Michael Caisse via Boost
wrote: The master branch is is now open for post-beta merges, but only as described in the Post-Beta Merge Policy.
Now I'm seeing a warning from Boost.Chrono:
compile-c-c++ bin.v2\libs\chrono\build\msvc-14.0\release\address-model-64\cxxstd-14-iso\threading-multi\process_cpu_clocks.obj 814process_cpu_clocks.cpp 815.\boost/detail/winapi/get_last_error.hpp(15): note: This header is deprecated. Use
instead. 816.\boost/detail/winapi/get_current_process.hpp(15): note: This header is deprecated. Use instead. 817.\boost/detail/winapi/get_process_times.hpp(15): note: This header is deprecated. Use instead. 818compile-c-c++ bin.v2\libs\chrono\build\msvc-14.0\release\address-model-64\cxxstd-14-iso\threading-multi\thread_clock.obj 819thread_clock.cpp 820.\boost/detail/winapi/get_last_error.hpp(15): note: This header is deprecated. Use instead. 821.\boost/detail/winapi/get_current_thread.hpp(15): note: This header is deprecated. Use instead. 822.\boost/detail/winapi/get_thread_times.hpp(15): note: This header is deprecated. Use instead. Sorry!!
This is on Boost.WinAPI develop only. I was planning to merge it to master after the release.