From 8f6c6f0bff47dc1d508b3ea70150f65a96c449be Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Tue, 26 Nov 2013 16:57:57 -0500 Subject: =?UTF-8?q?Don=E2=80=99t=20define=20<<=20or=20>>=20for=20VML=5FNO?= =?UTF-8?q?=5FIOSTREAM?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vec_builtin.h | 2 ++ vec_pseudo.h | 2 ++ vec_test.h | 2 ++ 3 files changed, 6 insertions(+) diff --git a/vec_builtin.h b/vec_builtin.h index 1933468..e6cde58 100644 --- a/vec_builtin.h +++ b/vec_builtin.h @@ -1415,6 +1415,7 @@ namespace vecmathlib { +#ifndef VML_NO_IOSTREAM template std::ostream& operator<<(std::ostream& os, boolbuiltinvec const& x) @@ -1453,6 +1454,7 @@ namespace vecmathlib { os << "]"; return os; } +#endif } // namespace vecmathlib diff --git a/vec_pseudo.h b/vec_pseudo.h index a79e072..2aafc23 100644 --- a/vec_pseudo.h +++ b/vec_pseudo.h @@ -1633,6 +1633,7 @@ namespace vecmathlib { +#ifndef VML_NO_IOSTREAM template std::ostream& operator<<(std::ostream& os, boolpseudovec const& x) @@ -1671,6 +1672,7 @@ namespace vecmathlib { os << "]"; return os; } +#endif } // namespace vecmathlib diff --git a/vec_test.h b/vec_test.h index 8222919..46fc9d1 100644 --- a/vec_test.h +++ b/vec_test.h @@ -1436,6 +1436,7 @@ namespace vecmathlib { +#ifndef VML_NO_IOSTREAM template std::ostream& operator<<(std::ostream& os, booltestvec const& x) @@ -1474,6 +1475,7 @@ namespace vecmathlib { os << "]"; return os; } +#endif } // namespace vecmathlib -- cgit v1.1