genericopenlibs/cppstdlib/stl/test/unit/epilog_test.cpp
author William Roberts <williamr@symbian.org>
Sun, 14 Mar 2010 13:16:04 +0000
branchCompilerCompatibility
changeset 7 4af2d5a55d1a
parent 0 e4d67989cc36
child 18 47c74d1534e1
permissions -rw-r--r--
Automatic merge from PDK_3.0.h

#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