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