Ignore:
Timestamp:
2010-05-28 07:39:52 (2 years ago)
Author:
kpoole
Message:

Episode 5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Classes/shared_string.hpp

    r24 r26  
    1717#include <string> 
    1818#include <map> 
     19#include <iostream> 
     20 
     21#ifdef NDEBUG 
     22    #ifndef assert 
     23        #define assert(a) 
     24    #endif 
     25#endif 
    1926 
    2027// 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.