COMP: references to temporaries

COMP: include <limits>
This commit is contained in:
Mark Olesen
2022-06-03 10:04:38 +02:00
parent 91198eaf6a
commit 40cadfd2f2
10 changed files with 33 additions and 20 deletions

View File

@ -591,7 +591,7 @@ int main(int argc, char *argv[])
{
for
(
const word& opt
const char * const opt
: { "cellSet", "cellZone", "faceSet", "pointSet" }
)
{