Commit 4ab033db by Marek Polacek Committed by Marek Polacek

re PR libstdc++/81599 (Error in documentation of std::stack)

	PR libstdc++/81599
	* include/bits/stl_stack.h: Fix typo.

From-SVN: r250743
parent a97cf8f9
2017-07-31 Marek Polacek <polacek@redhat.com>
PR libstdc++/81599
* include/bits/stl_stack.h: Fix typo.
2017-07-26 Jonathan Wakely <jwakely@redhat.com> 2017-07-26 Jonathan Wakely <jwakely@redhat.com>
* testsuite/27_io/basic_fstream/53984.cc: Fix test. * testsuite/27_io/basic_fstream/53984.cc: Fix test.
......
...@@ -86,7 +86,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION ...@@ -86,7 +86,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
* *
* The second template parameter defines the type of the underlying * The second template parameter defines the type of the underlying
* sequence/container. It defaults to std::deque, but it can be * sequence/container. It defaults to std::deque, but it can be
* any type that supports @c back, @c push_back, and @c pop_front, * any type that supports @c back, @c push_back, and @c pop_back,
* such as std::list, std::vector, or an appropriate user-defined * such as std::list, std::vector, or an appropriate user-defined
* type. * type.
* *
......
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