genericopenlibs/cppstdlib/stl/test/unit/epilog_test.cpp
author Pat Downey <patd@symbian.org>
Tue, 13 Jul 2010 17:51:34 +0100
branchRCL_3
changeset 43 97e3c206731f
parent 0 e4d67989cc36
child 18 47c74d1534e1
permissions -rw-r--r--
Merge fixes for bug 2603 and bug 3123.

#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