Hello,
I was using the Boost library and I wanted to call the
l2_norm() method from "boost/math/tools/norms.hpp", but is says
that the namespace boost::math::tools doesn't contain l2_norm()
method. When I looked into it, I saw that the namespaces at the
beginning of the file were written"boost::math::tools" instead
of "namespace boost { namespace math { namespace tools {...".
Can this be fixed?
Have a nice day,
Teodora Bogdan