Merge pull request #4502 from lioncash/build

General: Tidy up clang-format warnings
This commit is contained in:
bunnei
2020-08-11 11:04:05 -04:00
committed by GitHub
3 changed files with 5 additions and 3 deletions

View File

@ -161,7 +161,7 @@ public:
}
}
// This constructor and assignment operator might be considered ambiguous:
/// This constructor and assignment operator might be considered ambiguous:
// Would they initialize the storage or just the bitfield?
// Hence, delete them. Use the Assign method to set bitfield values!
BitField(T val) = delete;