#ifndef ALIL3STANDARDINCLUDESH #define ALIL3STANDARDINCLUDESH #if GCCVERSION == 3 #include #include #include #include #include #include /* Use these only if absolutely necessary eg. in inline functions defined in header files */ #define STDCOUT std::cout #define STDCERR std::cerr #define STDENDL std::endl #else #include #include #include #include #include #include /* Use these only if absolutely necessary eg. in inline functions defined in header files */ #define STDCOUT cout #define STDCERR cerr #define STDENDL endl #endif //GCCVERSION #endif