id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 4563,BOOST_AUTO_LINK_TAGGED broken due to misspelled pragma,Pekka Seppänen ,John Maddock,"Noticed this while surfing around the source code: As of [61805] BOOST_AUTO_LINK_TAGGED feature was added. However, the implementation in the file boost/config/auto_link.hpp:365 is currently broken as pragma reads: {{{#!c++ # pragma commentcomment(lib, BOOST_LIB_PREFIX BOOST_STRINGIZE(BOOST_LIB_NAME) BOOST_LIB_THREAD_OPT BOOST_LIB_RT_OPT "".lib"") }}} even though it should say: {{{#!c++ # pragma comment(lib, BOOST_LIB_PREFIX BOOST_STRINGIZE(BOOST_LIB_NAME) BOOST_LIB_THREAD_OPT BOOST_LIB_RT_OPT "".lib"") }}} as stated in the original ticket #4041. Because at least MSVC8 emits a mere C4068 (Unknown pragma) warning, this probably went undetected. ",Bugs,closed,To Be Determined,config,Boost 1.44.0,Problem,fixed,auto_link BOOST_AUTO_LINK_TAGGED commentcomment C4068,