mirror of
https://github.com/boostorg/dynamic_bitset.git
synced 2026-01-19 04:12:09 +00:00
Add two blank lines
Reason: Readability, consistency.
This commit is contained in:
@@ -2221,6 +2221,7 @@ dynamic_bitset< Block, AllocatorOrContainer >::bit_appender::get_count() const
|
||||
// std::hash support
|
||||
#if defined( BOOST_DYNAMIC_BITSET_SPECIALIZE_STD_HASH )
|
||||
namespace std {
|
||||
|
||||
template< typename Block, typename AllocatorOrContainer >
|
||||
struct hash< boost::dynamic_bitset< Block, AllocatorOrContainer > >
|
||||
{
|
||||
@@ -2233,5 +2234,6 @@ struct hash< boost::dynamic_bitset< Block, AllocatorOrContainer > >
|
||||
return hasher( a );
|
||||
}
|
||||
};
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user