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