$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Rainer Deyke (rdeyke_at_[hidden])
Date: 2023-11-24 08:37:25
On 16.11.23 17:02, Marshall Clow via Boost wrote:
> Please try the beta and report any problems you encounter.
I have encountered a ODR violation between boost/core/swap.hpp and
boost/core/invoke_swap.hpp, since both define the same symbols in the
shared namespace boost_swap_impl. Note that despite being deprecated,
boost/core/swap.hpp is still indirectly included by e.g.
boost/unordered_map/unordered_map.hpp.
-- Rainer Deyke (rainerd_at_[hidden])