Fix compilation and some warnings
This commit is contained in:
@@ -90,8 +90,8 @@ namespace Nz
|
||||
void UnboundedSet(std::size_t bit, bool val = true);
|
||||
bool UnboundedTest(std::size_t bit) const;
|
||||
|
||||
Bit operator[](int index);
|
||||
bool operator[](int index) const;
|
||||
Bit operator[](std::size_t index);
|
||||
bool operator[](std::size_t index) const;
|
||||
|
||||
Bitset operator~() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user