diff --git a/include/boost/algorithm/string/std/list_traits.hpp b/include/boost/algorithm/string/std/list_traits.hpp index 0897927..db6da45 100644 --- a/include/boost/algorithm/string/std/list_traits.hpp +++ b/include/boost/algorithm/string/std/list_traits.hpp @@ -23,11 +23,11 @@ namespace boost { // stable iterators tester template - yes_type has_stable_iterators_tester( const ::std::list* ) + yes_type has_stable_iterators_tester( const ::std::list* ); // const time insert tester template - yes_type has_const_time_insert_tester( const ::std::list* ) + yes_type has_const_time_insert_tester( const ::std::list* ); // const time erase tester template