LWN.net Logo

Stuff in std::tr1

Stuff in std::tr1

Posted Jun 18, 2008 16:18 UTC (Wed) by nix (subscriber, #2304)
Parent article: Converting GCC to C++

I find myself wondering just how many non-GCC compilers have e.g. std::tr1::unordered_map...
it can't be terribly common yet.

(This isn't a terrible problem because we could cross-compile bootstrap compilers for GCC's
targets and use those for future bootstrapping, much as is done currently with GNAT.)


(Log in to post comments)

Stuff in std::tr1

Posted Jun 18, 2008 17:22 UTC (Wed) by pphaneuf (subscriber, #23480) [Link]

This shouldn't be too much of a problem, since TR1 does not affect the compiler, but only the standard library. In addition, many of those are all in header files, it would be very easy to just package them with GCC as needed.

Stuff in std::tr1

Posted Jun 18, 2008 17:26 UTC (Wed) by nix (subscriber, #2304) [Link]

True. I thought of the header file thing five seconds after hitting 'publish'... :/

Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds