genericopenlibs/cppstdlib/stl/test/unit/epilog_test.cpp
author William Roberts <williamr@symbian.org>
Fri, 23 Jul 2010 11:57:06 +0100
branchGCC_SURGE
changeset 46 0a3770c1cffe
parent 45 4b03adbd26ca
permissions -rw-r--r--
Reapply the libstdcpp.mmp file change for bug 2971

#include <time.h>
#include <string>

#if !defined (STLPORT) || defined(_STLP_USE_NAMESPACES)

struct some_struct {
    std::string s; // if std not properly redefined, error will be here
};

#endif