* Shared (garbage collecting) pointers. Copied from Boost.
This commit is contained in:
parent
0b70231b9d
commit
6ba26f27c3
12 changed files with 1268 additions and 17 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue