http://xyst.i2p/DEBUG/cppcheck/175.html
Test normalizing a vector template <> template <> void Vector_object :: test < 6 > () { set_test_name ( "unit" ); std :: array < tk :: real , 3 > v1 {{ -1.0 , 3.0 , 3.0 }}, v2 {{ 0.0 , 4.0 , 0.0 }}; tk :: unit ( v1 ); tk :: unit ( v2 ); ensure_equals ( "unit incorrect" , tk :: length ( v1 ), 1.0 , precision ); ensure_equals ( "unit incorrect" , tk :: length ( v2 ), 1.0 , precision ); } } // tut:: #endif // DOXYGEN_GENERATING_OUTPUT Created by Cppcheck...