Merge 9fc16f29c756b48d09f5535efa9a411509de6df9 into 4424e0d949ade424ee4039828e7d48136b816d60

This commit is contained in:
Bryn Lloyd 2025-05-23 10:17:46 +02:00 committed by GitHub
commit e5d066f0bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -226,7 +226,7 @@ private:
bool operator[] (IndexType i) const { return Test(i); } bool operator[] (IndexType i) const { return Test(i); }
T_Range<IndexType> Range() const { return { IndexBASE<IndexType>(), IndexBASE<IndexType>()+Size() }; } T_Range<IndexType> Range() const { return { IndexBASE<IndexType>(), IndexBASE<IndexType>()+Size() }; }
NGCORE_API TBitArray & Or (const TBitArray & ba2) inline TBitArray & Or (const TBitArray & ba2)
{ {
BitArray::Or(ba2); BitArray::Or(ba2);
return *this; return *this;