id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 6595,Docs bug in boost_1_49_0_beta1/doc/html/string_algo/usage.html,Michael J Smith ,Marshall Clow,"Under the heading ""Predicates and Classification"", amongst the sample code is the following code: ----------------------------------------------------------- string str1(""command.com""); cout << str1 << (is_executable(""command.com"")? ""is"": ""is not"") << ""an executable"" << endl; // prints ""command.com is an executable"" ----------------------------------------------------------- The parameter passed to is_executable() should be str1, rather than the literal ""command.com"".",Bugs,closed,To Be Determined,string_algo,Boost 1.49.0,Problem,fixed,docs example,