Skip to content
Snippets Groups Projects
Commit 89310f85 authored by Johannes Elmsheuser's avatar Johannes Elmsheuser
Browse files

Use std::nullptr_t for gcc11

parent 089c0690
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