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