fixed adl usage to work with vc7 and removed inclusion of lambda header, to make it build in vc7

This commit is contained in:
Arvid Norberg 2006-01-07 15:41:20 +00:00
parent 04ad901577
commit bad06d0c4e
2 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,6 @@ POSSIBILITY OF SUCH DAMAGE.
#include <boost/date_time/posix_time/posix_time_types.hpp>
#include <boost/bind.hpp>
#include <boost/version.hpp>
#include <boost/lambda/lambda.hpp>
#include <boost/multi_index_container.hpp>
#include <boost/multi_index/member.hpp>
#include <boost/multi_index/ordered_index.hpp>

View File

@ -69,6 +69,7 @@ using namespace boost::posix_time;
using boost::tuples::tuple;
using boost::tuples::get;
using boost::tuples::make_tuple;
using boost::filesystem::complete;
// PROFILING CODE