Remove an unrequired semi-colon.

[SVN r37427]
This commit is contained in:
Daniel James
2007-04-12 20:34:59 +00:00
parent 555fefae20
commit 7438a90198

View File

@@ -12,5 +12,5 @@ void compile_time_tests(T*)
{
BOOST_STATIC_ASSERT((boost::is_base_and_derived<
std::unary_function<T, std::size_t>, HASH_NAMESPACE::hash<T> >::value));
};
}