MSVC 6.5+STLPort workaround

[SVN r24218]
This commit is contained in:
Aleksey Gurtovoy
2004-08-01 06:27:56 +00:00
parent e599a58f10
commit 1812ca8e98

View File

@ -22,8 +22,10 @@
#include <cstdio>
#if !defined(_STLP_MSVC) || _STLP_MSVC >= 1300
namespace std { }
using namespace std;
#endif
int main(void) {
printf("pass " __TIME__);