]> git.tdb.fi Git - libs/math.git/blobdiff - tests/boundingbox.cpp
Add formatted output operators for vector and matrix classes
[libs/math.git] / tests / boundingbox.cpp
index f0cae4da492540ea17299ebaaf318c480c3a9d25..d5e011bd98d66c4940ed34adf43b9fa4dfd407af 100644 (file)
@@ -23,16 +23,6 @@ private:
        void special_cases();
 };
 
-namespace Msp {
-namespace LinAl {
-
-void operator<<(LexicalConverter &conv, const Vector<double, 3> &vec)
-{
-       conv.result(format("[%g %g %g]", vec.x, vec.y, vec.z));
-}
-
-} }
-
 BoundingBoxTests::BoundingBoxTests()
 {
        add(&BoundingBoxTests::simple_union, "Union");