Skip to content
Snippets Groups Projects
Commit 5e8fd1c4 authored by Marco Clemencic's avatar Marco Clemencic
Browse files

Default initialise the key value in KeyedObject.

See merge request !196
parents 5b17b339 0bf8770b
No related branches found
No related tags found
1 merge request!196Default initialise the key value in KeyedObject.
......@@ -41,8 +41,8 @@ protected:
friend struct Containers::key_traits<key_type>;
//#endif
/// Object Key; It's initial value is not determined.
key_type m_key;
/// Object Key
key_type m_key{};
/// Reference counter
long m_refCount = 0;
/// Boolean to indicate wether a key was already assigned.
......
......@@ -2,6 +2,9 @@ Package : GaudiKernel
Package manager : Marco Clemencic
Commit Id: $Format:%H$
! 2016-08-18 - Chris Jones
- Default initialise the key value in KeyedObject.
============================= GaudiKernel v33r1 ==============================
! 2016-03-10 - commit f84ad02
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment