diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-06-18T09·20+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-06-18T09·20+0000 |
commit | 6ba26f27c3665ec5f72638a8c658b0aa68068410 (patch) | |
tree | 1086faffe6471d446ae1ea2f3b0e67ec83278317 /src/boost/format.hpp | |
parent | 0b70231b9d9f2dfa5a9447fcd01fdb5c8f1fa0ea (diff) |
* Shared (garbage collecting) pointers. Copied from Boost.
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 |