-
Notifications
You must be signed in to change notification settings - Fork 15.6k
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
nullptr used in 3.5.1 #4094
Comments
For reference, |
Master is now c++11 only. We only need to fix it in the 3.5.x branch. |
Merged
@pherl : Thanks! So shall I create a PR to merge that commit to master, or will you (or someone else) merge all 3.5.x changes back to master? |
I will merge it back. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Appears that
nullptr
is used in 3.5.1 as evidenced by this build failure.nullptr
requires C++11 at least.The text was updated successfully, but these errors were encountered: