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]

Re: rel_ops issues



Just to add on Joe's argument.

I have been hurt recently by the problem he exposes, and that was 
just because the source file (an old one) was including <map.h>
instead of <map> !!!

Deducing that it was this map.h stuff took me a lot of time (I 
basically had to reduce a big file to a small test case in order to
understand what was going wrong). Now I know, but I guess that
for any user, this will be a rather puzzling and difficult problem
to catch...

So, for what it worth, I second Joe in his demand to make 
libstdc++-v3 more user friendly.

By the way, I always thought that the headers like
map.h and friends were mandated by the standard with the meaning of 
including the non .h corresponding file and addind the 
using namespace std; 

I cannot find this in the standard ???
Is this still true ?
If no, shouldn't these headers be moved to the ext (or other) 
directory.

	Theo.

--------------------------------------------------------------------
Theodore Papadopoulo
Email: Theodore.Papadopoulo@sophia.inria.fr Tel: (33) 04 92 38 76 01
 --------------------------------------------------------------------


PGP signature


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