Branch data Line data Source code
1 : : #include <mutable/util/Position.hpp> 2 : : 3 : : 4 : : using namespace m; 5 : : 6 : : M_LCOV_EXCL_START 7 : : void Position::dump() const { dump(std::cerr); } 8 : : M_LCOV_EXCL_STOP