General: Tidy up clang-format warnings

This commit is contained in:
Lioncash 2020-08-07 09:13:40 -04:00
parent 62fa00f586
commit 1c3490a8db
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;