Skip to content
Snippets Groups Projects
Commit 70a1a6b5 authored by Nils Erik Krumnack's avatar Nils Erik Krumnack
Browse files

Merge branch 'cherry-pick-a7b56918-21.2' into '21.2'

Sweeping !47656 from master to 21.2.
AsgServices: Use std::nullptr_t for gcc11

See merge request !47688
parents ddc3b6ab 2ebcb9fc
No related branches found
No related tags found
7 merge requests!76035Updated rel21 number,!63304adding missing electron iso WPs (Tight_VarRad, Loose_VarRad, TightTrackOnly_VarRad),!62053Merge branch 'sh_xrd_warning' into 'master',!61521fix maxPVrefit,!59663fixed a typo in HIGG8D1 format (followup of https://gitlab.cern.ch/atlas/athena/-/merge_requests/59575),!48850Added new HDBS derivation (HDBS3),!47688Sweeping !47656 from master to 21.2. AsgServices: Use std::nullptr_t for gcc11
......@@ -21,7 +21,7 @@
/// followed by a semicolon, so we need a statement that requires to
/// be followed by a semi-colon.
#define DeclareInterfaceID(iface, major, minor) \
static constexpr nullptr_t interfaceID = nullptr
static constexpr std::nullptr_t interfaceID = nullptr
#endif
namespace asg
......
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