1234567891011121314151617181920212223242526272829 |
- #ifndef BOOST_NUMERIC_CONCEPT_EXCEPTION_POLICY_HPP
- #define BOOST_NUMERIC_CONCEPT_EXCEPTION_POLICY_HPP
- namespace boost {
- namespace safe_numerics {
- template<class EP>
- struct ExceptionPolicy {
- const char * message;
-
- };
- }
- }
- #endif
|