mirror of
https://https.git.savannah.gnu.org/git/gettext.git
synced 2026-01-26 15:39:11 +00:00
Fix commit 2509d5255bd13c016f575c13b92ccf4fed48a672.
This commit is contained in:
parent
e9aee2cb86
commit
f2fea95114
@ -35,7 +35,7 @@
|
||||
# include <utility>
|
||||
#else
|
||||
# include <algorithm>
|
||||
#fi
|
||||
#endif
|
||||
|
||||
namespace gnu
|
||||
{
|
||||
@ -59,7 +59,7 @@ namespace gnu
|
||||
/* Copy constructor. Necessary because the destructor is nontrivial. */
|
||||
autosprintf& autosprintf::operator = (autosprintf copy)
|
||||
{
|
||||
std::swap (tmp.str, this->str);
|
||||
std::swap (copy.str, this->str);
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user