genericopenlibs/cppstdlib/stl/test/unit/epilog_test.cpp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 09 Jun 2010 11:33:19 +0300
branchRCL_3
changeset 33 6896b031c3e1
parent 0 e4d67989cc36
child 18 47c74d1534e1
permissions -rw-r--r--
Revision: 201021 Kit: 2010123

#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