genericopenlibs/cppstdlib/stl/test/unit/epilog_test.cpp
changeset 0 e4d67989cc36
child 18 47c74d1534e1
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     1 #include <time.h>
       
     2 #include <string>
       
     3 
       
     4 #if !defined (STLPORT) || defined(_STLP_USE_NAMESPACES)
       
     5 
       
     6 struct some_struct {
       
     7     std::string s; // if std not properly redefined, error will be here
       
     8 };
       
     9 
       
    10 #endif