id summary reporter owner description type status milestone component version severity resolution keywords cc 5773 boost.smart_ptr clashes with PAM SebastianLuther@… Peter Dimov "{{{ The following test case (reduced from drizzle [1]) compiles fine with with boost-1.46.1 and failes with boost-1.47.0. $ cat test.cpp #include #include int main() {} $ g++ test.cpp In file included from /usr/include/boost/smart_ptr/shared_ptr.hpp:32, from /usr/include/boost/shared_ptr.hpp:17, from test.cpp:2: /usr/include/boost/smart_ptr/detail/shared_count.hpp: In constructor 'boost::detail::shared_count::shared_count(P, boost::detail::sp_inplace_tag)': /usr/include/boost/smart_ptr/detail/shared_count.hpp:164: error: expected ';' before '(' token /usr/include/boost/smart_ptr/detail/shared_count.hpp: In constructor 'boost::detail::shared_count::shared_count(P, boost::detail::sp_inplace_tag, A)': /usr/include/boost/smart_ptr/detail/shared_count.hpp:250: error: expected ';' before '(' token security/pam_misc.h belongs to PAM [2] [1] http://www.drizzle.org/ [2] http://www.kernel.org/pub/linux/libs/pam/ }}}" Bugs closed To Be Determined smart_ptr Boost 1.47.0 Problem wontfix