I got a lot of code 20-30 files, and I need to compile it with boost_filesystem_version 2. I tried defining it in /include/boost/user.hpp, but it doesnt work. Anyone knows where to define it, or any solution?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From the Boost.Filesystem documentation page: “Version 2 is deprecated, and will not be included in Boost releases 1.48 and later.” So if you’re using 1.48 or 1.49, you’re not getting version 2 back.