|
Boost : |
From: Paul Jensen (pdjensen_at_[hidden])
Date: 2000-03-19 11:59:49
Thanks for the suggestions, but I still get 6 errors of the type I described
earlier.
I've upgraded to MSVC++ 6.0, SP3, and I am using the versions of config.hpp and
smart_ptr.hpp supplied by Mark Borgerding on 3/16/2000.
Any pointers as to where to look would be appreciated.
Paul
Here's the code:
-- #include <boost/smart_ptr.hpp> #include <set> typedef boost::shared_ptr<int> PTYPE; int main(int argc, char *argv[]) { std::set< PTYPE, std::less< PTYPE > > msgSet; msgSet.insert( PTYPE( new int(0) ) ); return 0; } -- Paul Jensen Agile Image Movers http://agileimage.com
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk