[
https://issues.apache.org/jira/browse/STDCXX-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martin Sebor reassigned STDCXX-278:
-----------------------------------
Assignee: Martin Sebor
> std::valarray example code uses nonexistent operator<<
> ------------------------------------------------------
>
> Key: STDCXX-278
> URL: https://issues.apache.org/jira/browse/STDCXX-278
> Project: C++ Standard Library
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 4.1.3
> Reporter: Stefan Naewe
> Assignee: Martin Sebor
> Priority: Minor
> Fix For: 4.2
>
>
> The example code at the bottom of this page
>
> http://svn.apache.org/viewvc/incubator/stdcxx/trunk/doc/stdlibref/valarray.html?view=co#sec17
> uses a non-existent stream operator (i.e. operator<<(stream&, const
> valarray<T>&) ) which is supposed to come from an also non-existent
> file 'valarray.h'
> Neither this file nor that operator<< are defined in the standard (ISO/IEC
> 14882:1998).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.