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 54c841d commit 9b64641Copy full SHA for 9b64641
include/boost/dynamic_bitset/dynamic_bitset.hpp
@@ -1440,6 +1440,8 @@ class bit_iterator_base
1440
friend BOOST_DYNAMIC_BITSET_CONSTEXPR20 bool operator==( const bit_iterator_base< Iter > & lhs, const bit_iterator_base< Iter > & rhs );
1441
template< typename Iter >
1442
friend BOOST_DYNAMIC_BITSET_CONSTEXPR20 bool operator<( const bit_iterator_base< Iter > & lhs, const bit_iterator_base< Iter > & rhs );
1443
+ template< typename Iter >
1444
+ friend BOOST_DYNAMIC_BITSET_CONSTEXPR20 difference_type operator-( const bit_iterator_base< Iter > & lhs, const bit_iterator_base< Iter > & rhs );
1445
1446
protected:
1447
BOOST_DYNAMIC_BITSET_CONSTEXPR20 void increment();
0 commit comments