parent
b6f62af7d1
commit
1e59ccee41
25 changed files with 97 additions and 93 deletions
|
@ -38,8 +38,8 @@ namespace Catch {
|
|||
public:
|
||||
ScopedElement( XmlWriter* writer );
|
||||
|
||||
ScopedElement( ScopedElement&& other );
|
||||
ScopedElement& operator=( ScopedElement&& other );
|
||||
ScopedElement( ScopedElement&& other ) noexcept;
|
||||
ScopedElement& operator=( ScopedElement&& other ) noexcept;
|
||||
|
||||
~ScopedElement();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue