id summary reporter owner description type status milestone component version severity resolution keywords cc 1858 small doc typo Eric Niebler Beman Dawes "The first row of the basic_path non-member operators table in the filesystem reference section reads: {{{ Expression Return Type Semantics a / b basic_path basic_path tmp(a); return a /= b'; }}} I think the return statement in the Semantics column should read {{{return tmp /= b';}}} " Bugs closed Boost 1.36.0 filesystem Boost 1.35.0 Problem fixed