diff --git a/hash/test/container_fwd_test.cpp b/hash/test/container_fwd_test.cpp index 7baaa67..12cca12 100644 --- a/hash/test/container_fwd_test.cpp +++ b/hash/test/container_fwd_test.cpp @@ -2,58 +2,58 @@ #if BOOST_WORKAROUND(__GNUC__, < 3) && !defined(__SGI_STL_PORT) && !defined(_STLPORT_VERSION) template -void test(std::basic_string, Allocator> const&) +static void test(std::basic_string, Allocator> const&) { } #else template -void test(std::basic_string, Allocator> const&) +static void test(std::basic_string, Allocator> const&) { } #endif template -void test(std::deque const&) +static void test(std::deque const&) { } template -void test(std::list const&) +static void test(std::list const&) { } template -void test(std::vector const&) +static void test(std::vector const&) { } template -void test(std::map const&) +static void test(std::map const&) { } template -void test(std::multimap const&) +static void test(std::multimap const&) { } template -void test(std::set const&) +static void test(std::set const&) { } template -void test(std::multiset const&) +static void test(std::multiset const&) { } template -void test(std::bitset const&) +static void test(std::bitset const&) { } template -void test(std::complex const&) +static void test(std::complex const&) { }