parent
b6f62af7d1
commit
1e59ccee41
25 changed files with 97 additions and 93 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue