Commit 8d6b3c16 by Jonathan Wakely Committed by Jonathan Wakely

re PR libstdc++/63353 (libstdc++-v3/src/c++11/ios.cc:232: possible typo ?)

	PR libstdc++/63353
	* src/c++11/ios.cc (ios_base::_M_swap): Fix typo.

From-SVN: r215549
parent acf816a3
2014-09-24 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/63353
* src/c++11/ios.cc (ios_base::_M_swap): Fix typo.
2014-09-23 Jonathan Wakely <jwakely@redhat.com>
* config/abi/pre/gnu.ver: Adjust basic_ostream exports.
......
......@@ -229,7 +229,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
std::swap(_M_local_word, __rhs._M_local_word); // array swap
else
{
if (!__lhs_local && !__lhs_local)
if (!__lhs_local && !__rhs_local)
std::swap(_M_word, __rhs._M_word);
else
{
......
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