mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
Ref T488 Update cppcheck suppressions.
This commit is contained in:
@@ -55,7 +55,8 @@ namespace BlackMisc
|
||||
{
|
||||
// Work around lambda's deleted copy assignment operator
|
||||
this->~OutputIterator();
|
||||
return *new (this) OutputIterator(other);
|
||||
new (this) OutputIterator(other);
|
||||
return *this;
|
||||
}
|
||||
|
||||
//! Destructor.
|
||||
|
||||
Reference in New Issue
Block a user