$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [filesystem] Using filesystem with std::string
From: Michael Powell (mwpowellhtx_at_[hidden])
Date: 2013-04-17 10:02:06
Hello,
Or vice versa. When I include <boost/filesystem.hpp> and <string>,
uses of std::string fall over it seems. As long as I do not include
filesystem.hpp, it's okay.
Would like to use the filesystem features if possible, but I also want
to keep track of some strings, possible override operator<< for
various requirements (TBD). Is this a boost bug? Or what do I need to
do to make it work?
I am building against a static library, multithreading AFAIK,
targeting ArchLinux ARM. Building against a GCC 4.7.2 toolchain
(CodeBench).
Thank you...
Regards,
Michael Powell