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

Merge branch 'clang.AthExHive-20181211' into 'master'

AthExHive: Fix clang warning.

See merge request atlas/athena!16670
parents eb8becb7 203f1aec
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ HiveAlgB::dump() {
std::ostringstream ost;
m_di.for_all([this, &ost] (size_t s, const int i)
m_di.for_all([&ost] (size_t s, const int i)
{ ost << " s: " << s << " v: " << i << std::endl; } );
ATH_MSG_INFO("dumping m_di: \n" << ost.str());
......
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