Skip to content

Commit 2b30a10

Browse files
author
Pavol Droba
committed
Forgotten semicolon added
[SVN r22610]
1 parent 25fb289 commit 2b30a10

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/boost/algorithm/string/std/list_traits.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ namespace boost {
2323

2424
// stable iterators tester
2525
template<typename T, typename AllocT>
26-
yes_type has_stable_iterators_tester( const ::std::list<T,AllocT>* )
26+
yes_type has_stable_iterators_tester( const ::std::list<T,AllocT>* );
2727

2828
// const time insert tester
2929
template<typename T, typename AllocT>
30-
yes_type has_const_time_insert_tester( const ::std::list<T,AllocT>* )
30+
yes_type has_const_time_insert_tester( const ::std::list<T,AllocT>* );
3131

3232
// const time erase tester
3333
template<typename T, typename AllocT>

0 commit comments

Comments
 (0)