Skip to content
Snippets Groups Projects
Commit a7b56918 authored by Adam Edward Barton's avatar Adam Edward Barton
Browse files

Merge branch 'lcg101_asgservice_20211027' into 'master'

AsgServices: Use std::nullptr_t for gcc11

See merge request !47656
parents 10d08280 89310f85
No related branches found
No related tags found
No related merge requests found
......@@ -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