forked from boostorg/preprocessor
MSVC 6.5+STLPort workaround
[SVN r24218]
This commit is contained in:
@ -22,8 +22,10 @@
|
|||||||
|
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
|
|
||||||
|
#if !defined(_STLP_MSVC) || _STLP_MSVC >= 1300
|
||||||
namespace std { }
|
namespace std { }
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
#endif
|
||||||
|
|
||||||
int main(void) {
|
int main(void) {
|
||||||
printf("pass " __TIME__);
|
printf("pass " __TIME__);
|
||||||
|
Reference in New Issue
Block a user