2
0
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:
Matt Borland
2025-06-10 14:55:57 -04:00
parent 591dcb3d15
commit 54c04dd4df

View File

@@ -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{