#include <boost/qvm/quat_operations.hpp>
namespace boost
{
    namespace qvm
    {
        //Only enabled if: is_quat<A>::value
        template <class A>
        typename deduce_quat<A>::type
        operator-( A const & a );
    }
}
A quaternion of the negated elements of a.