diff --git a/include/boost/unordered/detail/implementation.hpp b/include/boost/unordered/detail/implementation.hpp index f2980285..831f0329 100644 --- a/include/boost/unordered/detail/implementation.hpp +++ b/include/boost/unordered/detail/implementation.hpp @@ -1470,8 +1470,10 @@ inline void construct_from_args( template struct detect_boost_tuple { - template - static choice1::type test(choice1, boost::tuple const&); + template + static choice1::type test( + choice1, boost::tuple const&); static choice2::type test(choice2, ...);