Subject: [Boost-bugs] [Boost C++ Libraries] #3998: Provide light weight headers for extensibility features of BOOST_FOREACH
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-03-11 15:18:07
#3998: Provide light weight headers for extensibility features of BOOST_FOREACH
-------------------------------------------------------+--------------------
Reporter: Kazutoshi Satoda <k_satoda@â¦> | Owner: eric_niebler
Type: Patches | Status: new
Milestone: Boost 1.43.0 | Component: foreach
Version: Boost 1.42.0 | Severity: Optimization
Keywords: is_noncopyable is_lightweight_proxy |
-------------------------------------------------------+--------------------
To provide specialization as written in
[http://www.boost.org/doc/libs/1_42_0/doc/html/foreach/extensibility.html
documentation], now users
have to include the whole boost/foreach.hpp which is a somewhat heavy
header, especially when BOOST_FOREACH is actually not used.
This patch extracts the extensibility interface to two new headers:
- boost/foreach_extensibility_fwd.hpp:
This includes only forward declations used by the extensibility
features.
- boost/foreach_extensibility.hpp:
This includes also definition of the extensibility features.
Please take care to use "svn copy" from boost/foreach.hpp to create
both two new headers to preserve the history.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/3998> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:02 UTC