changeset 0 | bde4ae8d615e |
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/os/ossrv/genericopenlibs/cppstdlib/stl/test/unit/epilog_test.cpp Fri Jun 15 03:10:57 2012 +0200 1.3 @@ -0,0 +1,10 @@ 1.4 +#include <time.h> 1.5 +#include <string> 1.6 + 1.7 +#if !defined (STLPORT) || defined(_STLP_USE_NAMESPACES) 1.8 + 1.9 +struct some_struct { 1.10 + std::string s; // if std not properly redefined, error will be here 1.11 +}; 1.12 + 1.13 +#endif