[boost] Re: Sorting list < shared_ptr < foo > > usingstd::list::sort()

2003-04-24 Thread Christian Engström
st::weak_ptr& other) : base(other) {} template explicit sortable_ptr(std::auto_ptr& other) : base(other) {} template explicit sortable_ptr(Y* other) : base(other) {} // Assignment }; - - - - Does this represent a sensible idea, or am I barking up a totally pointless tree

[boost] How do I install boost::filesystem?

2003-03-29 Thread Christian Engström
I am trying to use the boost::filesystem library, but when I follow the instructions in the documentation to the best of my ability, the linker does not seem to find the components that it needs. I am using MSVC6 under Windows XP, and after downloading version 1.30.0, I typed bjam "-sTOOLS=ms