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.
Section: 28.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 28.6.2 [template.valarray] valarray<T>::operator!() is declared to return a valarray<T>, but in Section 28.6.2.6 [valarray.unary] it is declared to return a valarray<bool>. The latter appears to be correct.
Proposed resolution:
Change in Section 28.6.2 [template.valarray] the declaration of operator!() so that the return type is valarray<bool>.