ReactOS 0.4.15-dev-8096-ga0eec98
epilog_test.cpp
Go to the documentation of this file.
1#include <time.h>
2#include <string>
3
4#if !defined (STLPORT) || defined(_STLP_USE_NAMESPACES)
5
6struct some_struct {
7 std::string s; // if std not properly redefined, error will be here
8};
9
10#endif
std::string s
Definition: epilog_test.cpp:7