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

Use nullptr instead of NULL in library code #332

Open
wants to merge 1 commit into
base: v7.x.x
Choose a base branch
from

Conversation

bokchan
Copy link
Collaborator

@bokchan bokchan commented Jan 7, 2019

The library is compiled with the c++11 standard which recommends using nullptr instead of NULL

@bokchan bokchan added this to the v7.0.0 milestone Jan 7, 2019
@bokchan bokchan added the cpp11 Refactor codebase to use cpp11 features label Jan 7, 2019
@ben-palmer-sociomantic
Copy link
Collaborator

LGTM

@ben-palmer-sociomantic
Copy link
Collaborator

Could this just go in v6.2.0?

@bokchan
Copy link
Collaborator Author

bokchan commented Jan 10, 2019

Could this just go in v6.2.0?

Yes it could. Planning to make v7.0 use more c++11 features/guidelines, so would rather wait and bundle it with the next major release

The library is compiled with the c++11 standard which
recommends using nullptr instead of NULL
@codecov-io
Copy link

Codecov Report

Merging #332 into v7.x.x will not change coverage.
The diff coverage is 13.61%.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cpp11 Refactor codebase to use cpp11 features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants