1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-12 13:36:02 +01:00

* Shared (garbage collecting) pointers. Copied from Boost.

This commit is contained in:
Eelco Dolstra 2004-06-18 09:20:51 +00:00
parent 0b70231b9d
commit 6ba26f27c3
12 changed files with 1268 additions and 17 deletions

View file

@ -20,8 +20,8 @@
#ifndef BOOST_FORMAT_IMPLEMENTATION_HPP
#define BOOST_FORMAT_IMPLEMENTATION_HPP
//#include <boost/throw_exception.hpp>
//#include <boost/assert.hpp>
#include <boost/throw_exception.hpp>
#include <boost/assert.hpp>
#include <boost/format.hpp>
namespace boost {