Fixed declarations of operator<<
Many were not in the right namespace, breaking argument dependent lookup, some were not even in the right file, and others not declared at all, only implemented in the .cpp This was in particular preventing some includes (like the one og Grammar.h), in turn preventing to fix the issues with the Mac build created by pull request 611
Showing
- DDCore/include/DD4hep/AlignmentData.h 2 additions, 1 deletionDDCore/include/DD4hep/AlignmentData.h
- DDCore/include/DD4hep/ConditionsData.h 1 addition, 1 deletionDDCore/include/DD4hep/ConditionsData.h
- DDCore/include/DD4hep/DetElement.h 1 addition, 0 deletionsDDCore/include/DD4hep/DetElement.h
- DDCore/include/DD4hep/OpaqueData.h 2 additions, 0 deletionsDDCore/include/DD4hep/OpaqueData.h
- DDCore/src/AlignmentData.cpp 2 additions, 2 deletionsDDCore/src/AlignmentData.cpp
- DDCore/src/AlignmentsCalculator.cpp 0 additions, 2 deletionsDDCore/src/AlignmentsCalculator.cpp
- DDCore/src/ConditionsData.cpp 1 addition, 1 deletionDDCore/src/ConditionsData.cpp
- DDCore/src/DetElement.cpp 2 additions, 0 deletionsDDCore/src/DetElement.cpp
- DDCore/src/OpaqueData.cpp 1 addition, 1 deletionDDCore/src/OpaqueData.cpp
Loading
Please register or sign in to comment