os/ossrv/genericopenlibs/cppstdlib/stl/test/unit/epilog_test.cpp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200 (2012-06-15)
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
#include <time.h>
sl@0
     2
#include <string>
sl@0
     3
sl@0
     4
#if !defined (STLPORT) || defined(_STLP_USE_NAMESPACES)
sl@0
     5
sl@0
     6
struct some_struct {
sl@0
     7
    std::string s; // if std not properly redefined, error will be here
sl@0
     8
};
sl@0
     9
sl@0
    10
#endif