-
- Downloads
Fix friend classes declaration.
In C++ >= 11, the friend class declaration when the friend class is typedef-ed must use a simple-type-specifier instead of an elaborated-type-specifier. Ref: https://community.ibm.com/community/user/ibmz-and-linuxone/blogs/fang-lu2/2020/03/24/introduction-to-the-c11-feature-extended-friend-declaration?
parent
8c767d89
No related branches found
No related tags found
Showing
- CMakeLists.txt 3 additions, 3 deletionsCMakeLists.txt
- GeoModelKernel/GeoModelKernel/GeoShapeIntersection.h 13 additions, 13 deletionsGeoModelKernel/GeoModelKernel/GeoShapeIntersection.h
- GeoModelKernel/GeoModelKernel/GeoShapeShift.h 13 additions, 13 deletionsGeoModelKernel/GeoModelKernel/GeoShapeShift.h
- GeoModelKernel/GeoModelKernel/GeoShapeSubtraction.h 14 additions, 14 deletionsGeoModelKernel/GeoModelKernel/GeoShapeSubtraction.h
- GeoModelKernel/GeoModelKernel/GeoShapeUnion.h 10 additions, 10 deletionsGeoModelKernel/GeoModelKernel/GeoShapeUnion.h
Please register or sign in to comment