1 #ifndef BOOST_REAL_REAL_EXCEPTION_HPP 2 #define BOOST_REAL_REAL_EXCEPTION_HPP 10 const char * what ()
const throw ()
override {
11 return "The boost::real number precision is to slow to compare both numbers";
17 const char * what ()
const throw ()
override {
18 return "The boost::real number operation cannot be NONE";
24 const char * what ()
const throw ()
override {
25 return "The boost::real number method cannot be called for real number for the current representation";
31 const char * what ()
const throw ()
override {
32 return "The string passed to construct the boost::real number is invalid";
38 #endif //BOOST_REAL_REAL_EXCEPTION_HPP Definition: real_exception.hpp:8
Definition: real_exception.hpp:22
Definition: boundary.hpp:7
Definition: real_exception.hpp:15
Definition: real_exception.hpp:29