Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DD4hep
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cepc
externals
mirroring
DD4hep
Commits
c4b164b8
Commit
c4b164b8
authored
4 years ago
by
Andre Sailer
Committed by
Marko Petric
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
IOV: declare static const members, as required by c++14
parent
59a88ec1
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
DDCore/src/IOV.cpp
+5
-0
5 additions, 0 deletions
DDCore/src/IOV.cpp
with
5 additions
and
0 deletions
DDCore/src/IOV.cpp
+
5
−
0
View file @
c4b164b8
...
...
@@ -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) {
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment