diff options
Diffstat (limited to 'lang/icc7/files/patch-ia32::include::dvec.h')
-rw-r--r-- | lang/icc7/files/patch-ia32::include::dvec.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/icc7/files/patch-ia32::include::dvec.h b/lang/icc7/files/patch-ia32::include::dvec.h index 0dd3c423d040..e269b138b912 100644 --- a/lang/icc7/files/patch-ia32::include::dvec.h +++ b/lang/icc7/files/patch-ia32::include::dvec.h @@ -9,3 +9,16 @@ #define EXPLICIT explicit #else #if (__INTEL_COMPILER) +@@ -50,10 +50,10 @@ + #endif + + /* Figure out whether and how to define the output operators */ +-#if defined(_IOSTREAM_) || defined(_CPP_IOSTREAM) ++#if defined(_IOSTREAM_) || defined(_CPP_IOSTREAM) || defined(_STLP_IOSTREAM) + #define DVEC_DEFINE_OUTPUT_OPERATORS + #define DVEC_STD std:: +-#elif defined(_INC_IOSTREAM) || defined(_IOSTREAM_H_) ++#elif defined(_INC_IOSTREAM) || defined(_IOSTREAM_H_) || defined(_STLP_IOSTREAM_H) + #define DVEC_DEFINE_OUTPUT_OPERATORS + #define DVEC_STD + #endif |