General: Tidy up clang-format warnings
This commit is contained in:
parent
62fa00f586
commit
1c3490a8db
3 changed files with 5 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue