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
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