Skip to content
Snippets Groups Projects
Commit c4b164b8 authored by Andre Sailer's avatar Andre Sailer Committed by Marko Petric
Browse files

IOV: declare static const members, as required by c++14

parent 59a88ec1
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,11 @@
using namespace std;
using namespace dd4hep;
#if __cplusplus == 201402
const IOV::Key_value_type IOV::MIN_KEY;
const IOV::Key_value_type IOV::MAX_KEY;
#endif
#if 0
/// Assignment operator
IOVType& IOVType::operator=(const IOVType& copy) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment