Commit 59c06f4d by Jonathan Wakely Committed by Jonathan Wakely

Fix comments in libstdc++ header and test

	* include/bits/ios_base.h: Correct comment.
	* testsuite/util/testsuite_hooks.h: Likewise.

From-SVN: r246657
parent 9d83c64b
2017-04-03 Jonathan Wakely <jwakely@redhat.com> 2017-04-03 Jonathan Wakely <jwakely@redhat.com>
* include/bits/ios_base.h: Correct comment.
* testsuite/util/testsuite_hooks.h: Likewise.
* doc/xml/manual/status_cxx2017.xml: Update C++17 status table. * doc/xml/manual/status_cxx2017.xml: Update C++17 status table.
* doc/xml/manual/appendix_contributing.xml (contrib.organization): Add * doc/xml/manual/appendix_contributing.xml (contrib.organization): Add
directories for debug, parallel and profile headers. directories for debug, parallel and profile headers.
......
...@@ -52,8 +52,8 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION ...@@ -52,8 +52,8 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
// The following definitions of bitmask types are enums, not ints, // The following definitions of bitmask types are enums, not ints,
// as permitted (but not required) in the standard, in order to provide // as permitted (but not required) in the standard, in order to provide
// better type safety in iostream calls. A side effect is that // better type safety in iostream calls. A side effect is that in C++98
// expressions involving them are no longer compile-time constants. // expressions involving them are not compile-time constants.
enum _Ios_Fmtflags enum _Ios_Fmtflags
{ {
_S_boolalpha = 1L << 0, _S_boolalpha = 1L << 0,
......
...@@ -247,8 +247,8 @@ namespace __gnu_test ...@@ -247,8 +247,8 @@ namespace __gnu_test
static unsigned int _M_count; static unsigned int _M_count;
}; };
// An class of objects that can be used for validating various // A class of objects that can be used for validating various
// behaviours and guarantees of containers and algorithms defined in // behaviors and guarantees of containers and algorithms defined in
// the standard library. // the standard library.
class copy_tracker class copy_tracker
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment