mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: use combined &=, |=, ^= forms for bitAndEqOp, bitOrEqOp, bitXorEqOp
- these also work for bitSet, HashSet with slightly lower overhead ENH: locate FOAM_NODISCARD attribute macro in stdFoam.H
This commit is contained in:
@ -126,6 +126,9 @@ int main(int argc, char *argv[])
|
||||
testDivide<vector>(vectors);
|
||||
|
||||
|
||||
//(void) compareOp<vector>()(vector::zero, vector::one);
|
||||
|
||||
|
||||
Info<< "\nEnd\n" << endl;
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user