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: [patch] Preprocessorised tr1::tuple


On Thu, Feb 24, 2005 at 06:02:22PM +0100, Paolo Carlini wrote:

> Hi Chris,
> 
> [snip]
> 
> Thanks for the interesting details... I hope to discuss some later...
> 
> >One thing I don't know a lot about is the precompiled header support. 
> >If by the time TR1 is considered stable and generally usable the 
> >precompiled headers support is on by default, and is capable of 
> >handling this unrolling macro monstrosity, then that might "fix" the 
> >problem?
> 
> Well, I think so (By the way, I think we should work on documenting PCHs 
> usage... Myabe Jonathan want to tackle this?!? ;)

Yeah, along with the all other docs I've promised to rewrite, and the
permissions I have to obtain for the shared_ptr code, no problem! ;-)

Seriously, I haven't used PCH for anything but trivial tests, because
they're broken on FreeBSD (and the impression I get is they're broken
nearly everywhere except Linux, though I think that's unfair and I've
had a bad impression of them.)  I did try a tr1.gch PCH as you suggest
and it worked OK (on Linux).

I *certainly* won't be tackling docs until my day job calms down and I
get the shared_ptr copyright issues resolved. btw, shall I commit the
two patches at these URLs or wait for the copyright issues to be cleared
up?  The first one is essential and the second one IMHO a good idea:
http://gcc.gnu.org/ml/libstdc++/2005-02/msg00185.html
http://gcc.gnu.org/ml/libstdc++/2005-02/msg00187.html

jon

-- 
"Those who don't understand UNIX are doomed to reinvent it, poorly."
	- Henry Spencer


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