id summary reporter owner description type status milestone component version severity resolution keywords cc 7009 include move in posix_api.cpp for _SECURE_SCL with vc80 Luke Elliott John Maddock "In my build environment I turn off _SECURE_SCL by adding some defines to visualc.hpp. The causes a small issue in posix_api.cpp where the includes are: {{{ #include #include #include }}} so I have to patch that to {{{ #include #include #include }}} such that the _SECURE_SCL definition is correct before any compiler headers are included. No big deal, but I thought I'd mention as it should be harmless change for everyone and would mean one less patch to maintain against upstream boost! Best regards Luke Elliott. " Bugs closed To Be Determined regex Boost Development Trunk Cosmetic fixed