Boost logo

Boost Users :

Subject: Re: [Boost-users] std:string to boost::filesystem::path, then, create directories.
From: Igor R (boost.lists_at_[hidden])
Date: 2012-02-11 13:44:33


> Happen to notice if I change nothing else but only boost back to version
> 1.42.0, and use "boost::filesystem::path" , my project works fine.
> I also tested examples including "tut1, tut2, tut3, tut4" of boost 1.48.0,
> everything seems to work fine.
> However, I seriously have no idea where the conflicts come from ( I mean the
> conflicts between boost 1.48.0 and my code which has nothing to do with
> boost at all )
> why there seems to be no conflicts between boost 1.42.0 and my code???
>
> So far, the only conclusion I can draw is: filesystem3 is not stable yet.

Most likely, this is not the reason.
Check that you don't mix different boost version (eg., that you don't
include some older boost headers).


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net