mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-06 15:09:31 +01:00
Removed StringData
This commit is contained in:
@@ -24,14 +24,13 @@ namespace Catch {
|
||||
/// threads.
|
||||
class StringRef {
|
||||
friend struct StringRefTestAccess;
|
||||
friend class StringData;
|
||||
|
||||
using size_type = size_t;
|
||||
|
||||
char const* m_start;
|
||||
size_type m_size;
|
||||
|
||||
StringData const* m_data = nullptr;
|
||||
char* m_data = nullptr;
|
||||
|
||||
void takeOwnership();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user