Changeset 26 for trunk/Classes/shared_string.hpp
- Timestamp:
- 2010-05-28 07:39:52 (2 years ago)
- File:
-
- 1 edited
-
trunk/Classes/shared_string.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Classes/shared_string.hpp
r24 r26 17 17 #include <string> 18 18 #include <map> 19 #include <iostream> 20 21 #ifdef NDEBUG 22 #ifndef assert 23 #define assert(a) 24 #endif 25 #endif 19 26 20 27 // do the strings get deleted when not used, or just kept around? performance vs memory
Note: See TracChangeset
for help on using the changeset viewer.