genericopenlibs/cppstdlib/stl/test/unit/epilog_test.cpp
author Shabe Razvi <shaber@symbian.org>
Tue, 29 Jun 2010 11:29:33 +0100
branchRCL_3
changeset 40 ddd39d92c350
parent 0 e4d67989cc36
child 18 47c74d1534e1
permissions -rw-r--r--
Bug 3123 - libstdcppv5.dll fails to link due to missing symbols

#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