// Use, modification and distribution is subject to the // Boost Software License, Version 1.0. // http://www.boost.org/LICENSE_1_0.txt #include template struct Foo { static void test(boost::ptr_vector >& /*t*/) { } }; int main() { boost::ptr_vector > ptr; return 0; }