Topic: Defect Report: Associative container clear semantics has unbalanced parenthesis
Author: "Ed Brey" <brey@afd.mke.etn.com>
Date: 1999/06/23 Raw View
In 23.1.2,7, table 69, the semantic definition for a.clear() has an
unbalance parenthesis.
Proposed solution:
In 23.1.2,7, table 69, row for a.clear(), change:
erase(a.begin(), a.end()))
to:
erase(a.begin(), a.end())
---
[ 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://reality.sgi.com/austern_mti/std-c++/faq.html ]