os/ossrv/genericopenlibs/cppstdlib/stl/test/unit/epilog_test.cpp
author sl
Tue, 10 Jun 2014 14:32:02 +0200 (2014-06-10)
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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