Title
Provide bulk include headers
Status
nad
Section
[headers]
Submitter
Alisdair Meredith

Created on 2009-03-11.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

Proposed resolution:

Insert a new paragraph in [headers] between p4 and p5

An additional header <std> shall have the effect of supplying the entire standard library. [Note: for example, it might be implemented as a file with an #include statement for each of the headers listed in tables 13 and 14. -- end note]

Date: 2010-10-21.18:28:33

[ 2009-07 Frankfurt ]

No consensus for change.

Date: 2009-07-06.00:00:00

[ 2009-07-06 Howard: I've pulled this issue back to Review. ]

Date: 2009-07-06.00:00:00

[ 2009-07-06 Beman notes: ]

This issue adds a header <std>.

There is a paper to be looked at, N2905 Aggregation headers, that adds a header <std-all> that is the same thing except it excludes deprecated headers. N2905 also proposes a second aggregation header.

Seems like this issue should be held in abeyance until the LWG has had a chance to look at N2905.

Date: 2010-10-21.18:28:33

[ Batavia (2009-05): ]

We do not all agree that this is an issue, but we agree that if it needs solving this is the right way to do it. Move to Tentatively Ready.

Date: 2012-10-21.13:19:07

Addresses UK-170 [CD1]

One of goals of C++0x is to make language easier to teach and for 'incidental' programmers. The fine-grained headers of the C++ library are valuable in large scale systems for managing dependencies and optimising build times, but overcomplicated for simple development and tutorials. Add additional headers to support the whole library through a single include statement.

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg268
2010-10-21 18:28:33adminsetmessages: + msg267
2010-10-21 18:28:33adminsetmessages: + msg266
2010-10-21 18:28:33adminsetmessages: + msg265
2010-10-21 18:28:33adminsetmessages: + msg264
2009-03-11 00:00:00admincreate