Topic: Draft TR1 Defects (type traits)
Author: abrowne.cpp@invalid.invalid ("Andrew Browne")
Date: Wed, 17 Nov 2004 18:36:38 GMT Raw View
I've mentioned the main ones here before, but as they're still in the latest
draft (November 5th 2004) of the Technical Report on Standard Library
Extensions, I hope no one minds if I bring them up again and try to be more
explicit. I apologise if I'm mistaken in thinking they're defects.
4.5/2: Substitute "complete type" with "complete type or void".
Table 6: Substitute "[basic.type]" with "[basic.types]".
Table 6: Substitute each occurrence of "complete type" with "complete type
or void".
Table 8: Substitute "complete types" with "complete types or void".
4.6/1: Substitute "a void or incomplete type" with "an incomplete type".
4.6/1 Substitute "incomplete, void or abstract type" with "incomplete or
abstract
type".
4.9/8: Substitute
"is_pod <T >:: value >= ( is_scalar <T >:: value || is_void <T >:: value )"
with
"is_pod <T >:: value >= is_scalar <T >:: value".
Andrew Browne
---
[ 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 ]
Author: bdawes@acm.org (Beman Dawes)
Date: Wed, 24 Nov 2004 23:17:33 GMT Raw View
abrowne.cpp@invalid.invalid ("Andrew Browne") wrote in message news:<x7Amd.1$7U3.0@newsfe1-gui.ntli.net>...
> I've mentioned the main ones here before, but as they're still in the latest
> draft (November 5th 2004) of the Technical Report on Standard Library
> Extensions, I hope no one minds if I bring them up again and try to be more
> explicit. I apologise if I'm mistaken in thinking they're defects.
The arrangement the committee has with the comp.std.c++ moderators is
that original messages with a subject beginning "Defect Report" will
be forwarded to the committee for action. This has been a great
success and is much easier than the old way of writing ANSI a formal
letter.
It is only a guess, but perhaps your message was not acted upon
because it was not recognized as an actual defect report.
--Beman
---
[ 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 ]