Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make IsNull() available for older MSVC versions #23

Merged
merged 2 commits into from
Nov 26, 2016
Merged

Make IsNull() available for older MSVC versions #23

merged 2 commits into from
Nov 26, 2016

Conversation

sbeyer
Copy link
Member

@sbeyer sbeyer commented Nov 25, 2016

Resolves #17.

IsNull() is only available for C++11. However, older versions of
MSVC know nullptr and std::nullptr_r and can also handle IsNull().
This commit uses the workaround proposed by @wisk in issue #17 to
enable IsNull() for MSVC version identifiers >= 1600.
@sbeyer sbeyer merged commit 8e73070 into master Nov 26, 2016
@sbeyer sbeyer deleted the isnull branch November 26, 2016 11:59
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.

1 participant