Fix compilation
Former-commit-id: d5ac6bb73615f7c9b068c1de2037dfeddc5c1b45
This commit is contained in:
@@ -913,7 +913,7 @@ namespace Nz
|
||||
|
||||
template<typename Block, class Allocator>
|
||||
template<bool BadCall>
|
||||
void* Bitset::Bit::operator&() const
|
||||
void* Bitset<Block, Allocator>::Bit::operator&() const
|
||||
{
|
||||
// The template is necessary to make it fail only when used
|
||||
static_assert(!BadCall, "It is impossible to take the address of a bit in a bitset");
|
||||
|
||||
Reference in New Issue
Block a user