mirror of
https://github.com/boostorg/math.git
synced 2026-01-19 04:22:09 +00:00
Add empty definitions in the no exceptions case
This commit is contained in:
@@ -63,6 +63,11 @@ public:
|
||||
explicit rounding_error(const std::string& s) : std::runtime_error(s){}
|
||||
};
|
||||
|
||||
#else
|
||||
|
||||
class evaluation_error {};
|
||||
class rounding_error {};
|
||||
|
||||
#endif
|
||||
|
||||
namespace policies{
|
||||
|
||||
Reference in New Issue
Block a user