Subject: Re: [boost] [utility] Moving addressof out of Boost.Utility
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2014-05-13 11:13:32


On Tue, May 13, 2014 at 7:09 PM, Glen Fernandes
<glen.fernandes_at_[hidden]> wrote:
> I was informed the eventual plan is to get rid of Utility as a
> sub-module, and I observed that Assert was moved out already. If
> there's any interest in (and no objection to) moving boost::addressof
> out of it, I don't mind making that change.
>
> What would be the most appropriate home for it? A Boost.AddressOf
> sub-module similar to Boost.Assert?

Is there really a reason to create a submodule for a single header?

I thought we've settled the dependencies of Boost.Utility by moving
some components to separate submodules. Extracting addressof.hpp won't
remove any dependencies.