$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [core] Determining interest for two new classes: readonly and newtype
From: Glen Fernandes (glen.fernandes_at_[hidden])
Date: 2015-08-18 20:29:49
Sam wrote:
> thanks, a quick check at the trac lists peter as the maintainer of core
> (and he's stated that he doesn't thing this is the correct place for these
> classes), and no maintainer for utility.. does that mean utility is
> maintained by the community maintenance team?
Feels like utility's maintainer was a community long before the CMT's
existence. :-)
https://github.com/boostorg/utility/blob/master/meta/libraries.json
As for Core, yes:
> Boost.Core, part of collection of the Boost C++ Libraries, is a collection of core utilities used by other Boost libraries. The criteria for inclusion is that the utility component be:
> - simple,
> - used by other Boost libraries, and
> - not dependent on any other Boost modules except Core itself, Config, Assert, Static Assert, or Predef.
Glen