General: Tidy up clang-format warnings part 2
This commit is contained in:
parent
4605e4d6ff
commit
b724a4d90c
18 changed files with 129 additions and 119 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