Skip to content
Snippets Groups Projects
Forked from atlas / athena
Source project has a limited visibility.
Scott Snyder's avatar
Scott Snyder authored
RoiDescriptor: Fix linking in dbg build.

A static const class member needs to have a separate definition, even if it's
initialized inline.  (c++17 [12.2.3.2 class.static.data] para 3).
Can avoid this by declaring it instead as constexpr.
Fixes HLTSeeding link failure in the dbg build.
6b63dab5
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Name Last commit Last update
..