mirror of
https://github.com/boostorg/functional.git
synced 2025-08-02 14:04:27 +02:00
Remove an unrequired semi-colon.
[SVN r37427]
This commit is contained in:
@@ -12,5 +12,5 @@ void compile_time_tests(T*)
|
|||||||
{
|
{
|
||||||
BOOST_STATIC_ASSERT((boost::is_base_and_derived<
|
BOOST_STATIC_ASSERT((boost::is_base_and_derived<
|
||||||
std::unary_function<T, std::size_t>, HASH_NAMESPACE::hash<T> >::value));
|
std::unary_function<T, std::size_t>, HASH_NAMESPACE::hash<T> >::value));
|
||||||
};
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user