excluded gcc>3 from check

This commit is contained in:
maartenkeijzer 2003-03-18 09:40:36 +00:00
commit a597ec6f8a

View file

@ -31,12 +31,14 @@
#include <string>
#include <iostream>
#ifdef __GNUC__
#ifdef __GNUC__
#if __GNUC__ < 3
// check for stdlibc++v3 which does have ios_base
#ifndef _CPP_BITS_IOSBASE_H
typedef ios ios_base; // not currently defined in GCC
#endif
#endif
#endif
#if defined(_MSC_VER) && (_MSC_VER < 1300)
/*