parent
b6f62af7d1
commit
1e59ccee41
25 changed files with 97 additions and 93 deletions
|
@ -28,7 +28,7 @@ namespace Catch {
|
|||
String( StringRef const& stringRef );
|
||||
String( char const* rawString );
|
||||
String( String const& other );
|
||||
String( String&& other );
|
||||
String( String&& other ) noexcept;
|
||||
String( StringBuilder&& stringBuf );
|
||||
|
||||
~String() noexcept;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue