genericopenlibs/cppstdlib/stl/test/unit/epilog_test.cpp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Sat, 20 Feb 2010 00:31:00 +0200
branchRCL_3
changeset 3 18f64da82512
parent 0 e4d67989cc36
child 18 47c74d1534e1
permissions -rw-r--r--
Revision: 201002 Kit: 201007

#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