$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Proposal: Boost.Core
From: Peter Dimov (lists_at_[hidden])
Date: 2014-06-01 13:34:45
Mostafa wrote:
> How would this affect Boost users? Would they have to include
> "core/addressof" instead of "utility/addressof"?
No, the header remains utility/addressof.hpp for now, it's just been moved
to the core repository. We'll probably move it to core/addressof.hpp at some
point so that libraries can use the more consistent #include, but the old
header will remain and forward to the new one.