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

Merge branch 'cxx17.LArRawUtils-20180107' into 'master'

LArRawUtils: Fix c++17 compilation.

See merge request atlas/athena!7810

Former-commit-id: 2d87630a
parents 564a28f3 bdbc5b72
No related merge requests found
...@@ -90,7 +90,7 @@ class LArRoI_Map : public AthAlgTool, ...@@ -90,7 +90,7 @@ class LArRoI_Map : public AthAlgTool,
/** Add channel to cache /** Add channel to cache
*/ */
void addEntry( const Identifier& id ) throw (LArID_Exception) ; void addEntry( const Identifier& id );
void print(); void print();
......
...@@ -189,7 +189,7 @@ LArRoI_Map::~LArRoI_Map( ) ...@@ -189,7 +189,7 @@ LArRoI_Map::~LArRoI_Map( )
} }
void LArRoI_Map::addEntry(const Identifier& id ) throw (LArID_Exception) void LArRoI_Map::addEntry(const Identifier& id )
{ {
// std::cout <<" addEntry id="<<m_TT_ID->show_to_string(id)<<std::endl; // std::cout <<" addEntry id="<<m_TT_ID->show_to_string(id)<<std::endl;
......
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