This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC 3.0.2: errno conflict.


On Fri, Dec 14, 2001 at 11:51:30PM -0200, Alexandre Oliva wrote:
> >   17.4.4.1  Headers                                 [lib.res.on.headers]
> 
> > 1 A C++ header may include other C++ headers.161)                         |
> 
> Is this supposed to be read as *any* other headers?  

Only other standard headers.

> What's the point
> of defining separate headers and what each one should include, then?

(Other people have asked that, and proposed a <std> header that gets
everything.  Of course you can write your own, if you want.)

The list of what the header contains tells you what you are
guaranteed to get.  You might get other stuff defined in other 
headers, too.  ("NOW how much would you pay?")

Nathan Myers
ncm at cantrip dot org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]