-
- Downloads
apply some fixes for Clang reported by Fons:
- add a missing copy constructor and assignment when other copy ctor or assignment existed - fixed a templated assignment in Rotation3D - avoid in Plane3D to call from a ctor another ctor git-svn-id: http://root.cern.ch/svn/root/trunk@32627 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- math/genvector/inc/Math/GenVector/Boost.h 18 additions, 0 deletionsmath/genvector/inc/Math/GenVector/Boost.h
- math/genvector/inc/Math/GenVector/Plane3D.h 22 additions, 10 deletionsmath/genvector/inc/Math/GenVector/Plane3D.h
- math/genvector/inc/Math/GenVector/Rotation3D.h 33 additions, 2 deletionsmath/genvector/inc/Math/GenVector/Rotation3D.h
- math/genvector/src/Plane3D.cxx 16 additions, 15 deletionsmath/genvector/src/Plane3D.cxx
- math/genvector/test/testGenVector.cxx 5 additions, 2 deletionsmath/genvector/test/testGenVector.cxx
Loading
Please register or sign in to comment