X-Git-Url: http://git.tdb.fi/?p=libs%2Fmath.git;a=blobdiff_plain;f=tests%2Fboundingbox.cpp;h=d5e011bd98d66c4940ed34adf43b9fa4dfd407af;hp=f0cae4da492540ea17299ebaaf318c480c3a9d25;hb=9ab061034720c1c0db4e8bff5dae4191ccd2a26f;hpb=d5bd427318f897fed1f42d104fa4ef7868e13bad diff --git a/tests/boundingbox.cpp b/tests/boundingbox.cpp index f0cae4d..d5e011b 100644 --- a/tests/boundingbox.cpp +++ b/tests/boundingbox.cpp @@ -23,16 +23,6 @@ private: void special_cases(); }; -namespace Msp { -namespace LinAl { - -void operator<<(LexicalConverter &conv, const Vector &vec) -{ - conv.result(format("[%g %g %g]", vec.x, vec.y, vec.z)); -} - -} } - BoundingBoxTests::BoundingBoxTests() { add(&BoundingBoxTests::simple_union, "Union");