Skip to content

Conversation

@AnyOldName3
Copy link
Contributor

This time, use decltype(nullptr) instead of std::nullptr_t as the latter requires <cstddef>. The standard guarantees that these are the same type.

I've actually built this with GCC and libstdc++ this time, so know it doesn't cause problems.

This time, use decltype(nullptr) instead of std::nullptr_t as the latter
requires <cstddef>. The standard guarantees that these are the same
type.
@robertosfield robertosfield merged commit aa98ef5 into vsg-dev:master Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants