Skip to content
Snippets Groups Projects
Commit 7d28dca6 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'explicit.PersistentDataModel-20190222' into 'master'

PersistentDataModel: Remove implicit conversion from coral::AttributeList.

See merge request atlas/athena!21367
parents 4bc1e488 cc7f2b6d
No related branches found
No related tags found
No related merge requests found
/* /*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
*/ */
/** /**
...@@ -50,7 +50,7 @@ public: ...@@ -50,7 +50,7 @@ public:
AthenaAttributeList(); AthenaAttributeList();
/// Copy attribute lists. /// Copy attribute lists.
AthenaAttributeList(const coral::AttributeList& rhs); explicit AthenaAttributeList(const coral::AttributeList& rhs);
/// Construct attribute list according to the specification. /// Construct attribute list according to the specification.
/// The link to the specification is kept internally. /// The link to the specification is kept internally.
......
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