id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 5764,"filesystem/v3 path string method missing ""template qualifier""",anonymous,Beman Dawes,"When compiling filesystem lib on a QNX6.3.2 host (gcc-3.3.5) there is an error when calling path template method ""string"" because of missing template method qualifier. Here is the patch: --- path.hpp (revision 73619) +++ path.hpp (working copy) @@ -592,7 +592,7 @@ operator<<(std::basic_ostream& os, const path& p) { return os - << boost::io::quoted(p.string >(), static_cast('&')); + << boost::io::quoted(p.template string >(), static_cast('&')); } template ",Bugs,closed,To Be Determined,filesystem,Boost 1.47.0,Problem,fixed,,