We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25fb289 commit 2b30a10Copy full SHA for 2b30a10
1 file changed
include/boost/algorithm/string/std/list_traits.hpp
@@ -23,11 +23,11 @@ namespace boost {
23
24
// stable iterators tester
25
template<typename T, typename AllocT>
26
- yes_type has_stable_iterators_tester( const ::std::list<T,AllocT>* )
+ yes_type has_stable_iterators_tester( const ::std::list<T,AllocT>* );
27
28
// const time insert tester
29
30
- yes_type has_const_time_insert_tester( const ::std::list<T,AllocT>* )
+ yes_type has_const_time_insert_tester( const ::std::list<T,AllocT>* );
31
32
// const time erase tester
33
0 commit comments