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 ++ 1 file changed, 2 insertions(+) (limited to 'vec_builtin.h') 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 -- cgit v1.1