| View previous topic :: View next topic |
| Author |
Message |
LWong Guest
|
Posted: Fri Oct 14, 2005 10:48 am Post subject: Where to download an implementation of TR1? |
|
|
Where can I download a complete/partial implementation of TR1?
Thanks.
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
|
|
| Back to top |
|
 |
AnonMail2005@gmail.com Guest
|
|
| Back to top |
|
 |
dave_abrahams Guest
|
|
| Back to top |
|
 |
Anthony Williams Guest
|
Posted: Fri Oct 14, 2005 5:36 pm Post subject: Re: Where to download an implementation of TR1? |
|
|
"LWong" <wong.kam.keung (AT) gmail (DOT) com> writes:
| Quote: | Where can I download a complete/partial implementation of TR1?
|
There is a partial implementation in boost (http://www.boost.org)
Anthony
--
Anthony Williams
Software Developer
Just Software Solutions Ltd
http://www.justsoftwaresolutions.co.uk
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
|
|
| Back to top |
|
 |
NJS Guest
|
Posted: Sat Oct 15, 2005 1:15 pm Post subject: Re: Where to download an implementation of TR1? |
|
|
For a partial TR1 implementation, try searching on "tr1 site:boost.org"
on Google.
- Niek Sanders
LWong wrote:
| Quote: | Where can I download a complete/partial implementation of TR1?
Thanks.
|
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
|
|
| Back to top |
|
 |
Maxim Yegorushkin Guest
|
Posted: Sat Oct 15, 2005 1:27 pm Post subject: Re: Where to download an implementation of TR1? |
|
|
LWong wrote:
| Quote: | Where can I download a complete/partial implementation of TR1?
|
With a latest gcc.
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
|
|
| Back to top |
|
 |
|