This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: libstdc++ header ordering problem


Nathan Sidwell <nathan@codesourcery.com> writes:

[...]

| The patch splits valarray_meta into before and after portions, to avoid
| the problem.
| 
| built & tested on i686-pc-linux-gnu. ok?

Your analysis is correct.  I can't see (from your patch) which part is
in valarray_after.h -- I guess that is an artefact of your mailer.
If that is the case, then the patch is OK.

| 2003-01-23  Nathan Sidwell  <nathan@codesourcery.com>
| 
| 	* include/bits/valarray_meta.h: Remove, split into ...
| 	* include/bits/valarray_before.h: ... this, and ...
| 	* include/bits/valarray_before.h: ... this.
                                ^^^^^^
nits: I guess you meant valarray_after.h

[...]

| #ifndef _CPP_BITS_ARRAY_H
| #define _CPP_BITS_ARRAY_H 1

Is this part which is supposed to be in the "after" part?

Thanks,

-- Gaby


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