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
commit 4605e4d6ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;