Skip to content
Snippets Groups Projects

AsgServices: Use std::nullptr_t for gcc11

Merged Johannes Elmsheuser requested to merge elmsheus/athena:lcg101_asgservice_20211027 into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading