ENH: improve autoPtr/refPtr/tmp consistency (#2571)

- disallow inadvertant casting and hidden copy constructions etc
This commit is contained in:
Mark Olesen
2022-09-05 13:39:01 +02:00
parent 052d8b13e3
commit c031f7d00a
11 changed files with 541 additions and 389 deletions

View File

@ -1184,7 +1184,7 @@ int main(int argc, char *argv[])
false
);
masterMeshPtr = fvMeshes[0];
masterMeshPtr.cref(fvMeshes[0]);
}