Topic: N2134 Possible typos in 'function' description
Author: bop@gmb.dk ("Bo Persson")
Date: Sun, 25 Feb 2007 14:14:02 GMT Raw View
20.5.14.2.5 function target access [func.wrap.func.targ]/4
"Returns: If type() == typeid(T), ..."
This refers to a "type()" which I cannot find. Shouldn't it be
"target_type()" described a few paragraphs up?
20.5.14.2.6 undefined operators [func.wrap.func.undef]
The note in paragraph 2 refers to 'undefined void operators', while the
section declares a pair of operators returning bool.
Bo Persson
---
[ 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.comeaucomputing.com/csc/faq.html ]
Author: "=?iso-8859-1?q?Daniel_Kr=FCgler?=" <daniel.kruegler@googlemail.com>
Date: Sun, 25 Feb 2007 13:04:33 CST Raw View
On 25 Feb., 15:14, b...@gmb.dk ("Bo Persson") wrote:
> 20.5.14.2.5 function target access [func.wrap.func.targ]/4
>
> "Returns: If type() == typeid(T), ..."
>
> This refers to a "type()" which I cannot find. Shouldn't it be
> "target_type()" described a few paragraphs up?
I think so too, see my earlier thread:
"Defect in N2135/20.5.14.2.5: Return clause mentions undefined
"type()"
found at
http://tinyurl.com/2pphnc.
If I see that correctly, Pete Becker has already catagorized it as
"editorial fix".
Greetings from Bremen,
Daniel Kr gler
---
[ 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.comeaucomputing.com/csc/faq.html ]