6 lines
151 B
C++
6 lines
151 B
C++
#pragma once
|
|
|
|
/**
|
|
* @brief Enables a shared pointer string implementation that does not reallocate memory on copying
|
|
*/
|
|
#define ENABLE_SHARED_STRING
|