id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 6209,tools/build/v2/util\doc.jam:673: Conditional used as list,dnlbtz@…,Vladimir Prus,"Today I checked out the boost trunk and get the following error after building boost.build with bootstrap.bat (tried mingw and vc10) {{{ C:\data\packs\boost-trunk>.\b2 --help C:/data/packs/boost-trunk/tools/build/v2/util\doc.jam:673: Conditional used as list (check operator precedence). }}} I changed line 673 from {{{ if $(m) && ! $(m) = """" }}} to {{{ if $(m) && $(m) != """" }}} and it works. ",Bugs,closed,To Be Determined,build,Boost Development Trunk,Problem,fixed,doc jam b2 bjam,steven_watanabe vladimir_prus