first commit
This commit is contained in:
10
extern/STLport/5.2.1/test/unit/epilog_test.cpp
vendored
Normal file
10
extern/STLport/5.2.1/test/unit/epilog_test.cpp
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user