summaryrefslogtreecommitdiffstats
path: root/vec_pseudo.h
diff options
context:
space:
mode:
Diffstat (limited to 'vec_pseudo.h')
-rw-r--r--vec_pseudo.h2
1 files changed, 2 insertions, 0 deletions
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<typename real_t, int size>
std::ostream& operator<<(std::ostream& os,
boolpseudovec<real_t, size> const& x)
@@ -1671,6 +1672,7 @@ namespace vecmathlib {
os << "]";
return os;
}
+#endif
} // namespace vecmathlib
OpenPOWER on IntegriCloud