mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-16 07:19:39 +01:00
@@ -32,7 +32,7 @@ namespace Catch {
|
||||
{
|
||||
m_data->addRef();
|
||||
}
|
||||
String::String( String&& other )
|
||||
String::String( String&& other ) noexcept
|
||||
: m_data( other.m_data )
|
||||
{
|
||||
other.m_data = StringData::getEmpty();
|
||||
|
||||
Reference in New Issue
Block a user