 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
tmartsum@gmail.com Guest
|
Posted: Tue Sep 27, 2005 2:00 am Post subject: signbit, lrint (TR1?) |
|
|
Are things like signbit and lrint going to be a part of standard C++
(stl) ?
(and eventually when)
/Thorbjørn
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html ]
|
|
| Back to top |
|
 |
P.J. Plauger Guest
|
Posted: Tue Sep 27, 2005 3:21 pm Post subject: Re: signbit, lrint (TR1?) |
|
|
<tmartsum (AT) gmail (DOT) com> wrote
| Quote: | Are things like signbit and lrint going to be a part of standard C++
(stl) ?
(and eventually when)
|
They're already in TR1, the first library TR, which is in the
final stages of approval. TR1 is non-normative, but should be
widely accepted. And it's a serious candidate for inclusion in
the next formal revision of Standard C++ (aka C++0X).
The C/C++ library we license at our web site already integrates
these functions with C++, and has done so for several years.
P.J. Plauger
Dinkumware, Ltd.
http://www.dinkumware.com
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html ]
|
|
| Back to top |
|
 |
Pete Becker Guest
|
Posted: Tue Sep 27, 2005 3:22 pm Post subject: Re: signbit, lrint (TR1?) |
|
|
[email]tmartsum (AT) gmail (DOT) com[/email] wrote:
| Quote: | Are things like signbit and lrint going to be a part of standard C++
(stl) ?
(and eventually when)
|
They're in TR1, and will almost certainly become part of C++0x.
--
Pete Becker
Dinkumware, Ltd. (http://www.dinkumware.com)
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html ]
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|