COMP: resolve label-size=64 ambiguities
* The generic templated constructor and assignment Eg, template<class ListType> DynList(const ListType& lst) Provides the best candidate when there is a int32/int64 mismatch: DynList<int64_t> list(10) The cleanest solution would be avoid the generic templated versions entirely, but they are needed when converting from rows of graph data (which are stored as LongList). However, this approach introduced some odd regressions.
Showing
- meshLibrary/utilities/containers/DynList/DynList.H 8 additions, 4 deletionsmeshLibrary/utilities/containers/DynList/DynList.H
- meshLibrary/utilities/containers/DynList/DynListI.H 0 additions, 22 deletionsmeshLibrary/utilities/containers/DynList/DynListI.H
- meshLibrary/utilities/octrees/meshOctree/meshOctree.C 2 additions, 2 deletionsmeshLibrary/utilities/octrees/meshOctree/meshOctree.C
- meshLibrary/utilities/octrees/meshOctree/meshOctreeAutomaticRefinement/meshOctreeAutomaticRefinement.C 2 additions, 1 deletion...OctreeAutomaticRefinement/meshOctreeAutomaticRefinement.C
- meshLibrary/utilities/octrees/meshOctree/meshOctreeCreator/meshOctreeCreatorCreateOctreeBoxes.C 14 additions, 6 deletions...ee/meshOctreeCreator/meshOctreeCreatorCreateOctreeBoxes.C
- meshLibrary/utilities/octrees/meshOctree/meshOctreeCube/meshOctreeCubeCoordinatesI.H 1 addition, 1 deletion...es/meshOctree/meshOctreeCube/meshOctreeCubeCoordinatesI.H
Loading
-
mentioned in issue #3 (closed)
-
mentioned in issue Development/OpenFOAM-plus#836 (closed)
Please register or sign in to comment