diff options
Diffstat (limited to 'src/boost/format.hpp')
-rw-r--r-- | src/boost/format.hpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/boost/format.hpp b/src/boost/format.hpp index 1476cb796d46..f965f0f33e9a 100644 --- a/src/boost/format.hpp +++ b/src/boost/format.hpp @@ -34,16 +34,6 @@ #include <boost/format/macros_default.hpp> -namespace boost -{ - template<class E> void throw_exception(E const & e) - { - throw e; - } -} - -#define BOOST_ASSERT(expr) assert(expr) - // **** Forward declarations ---------------------------------- #include <boost/format/format_fwd.hpp> // basic_format<Ch,Tr>, and other frontends |