Issue 125: valarray::operator!() return type is inconsistent (original) (raw)
This page is a snapshot from the LWG issues list, see the Library Active Issues List for more information and the meaning of TC1 status.
125. valarray::operator!() return type is inconsistent
Section: 29.6.2 [template.valarray] Status: TC1 Submitter: Judy Ward Opened: 1998-12-15 Last modified: 2016-01-28
Priority: Not Prioritized
View all other issues in [template.valarray].
View all issues with TC1 status.
Discussion:
In Section 29.6.2 [template.valarray] valarray::operator!() is declared to return a valarray, but in Section 29.6.2.6 [valarray.unary] it is declared to return a valarray. The latter appears to be correct.
Proposed resolution:
Change in Section 29.6.2 [template.valarray] the declaration ofoperator!() so that the return type isvalarray<bool>.