Core/Bitset: Made destructor and Clear() noexcept
Former-commit-id: 0d09070fcb5d17812eb938c9873213107bd97f7c
This commit is contained in:
@@ -114,7 +114,7 @@ namespace Nz
|
||||
*/
|
||||
|
||||
template<typename Block, class Allocator>
|
||||
void Bitset<Block, Allocator>::Clear()
|
||||
void Bitset<Block, Allocator>::Clear() noexcept
|
||||
{
|
||||
m_bitCount = 0;
|
||||
m_blocks.clear();
|
||||
|
||||
Reference in New Issue
Block a user