-
Notifications
You must be signed in to change notification settings - Fork 15.5k
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
3.4.0 not building against VS9 (requires c++11 features) #3533
Comments
Yes. I will send out a fix. |
Could you try if this is fixed in 3.4.x branch? |
The use of range-based for loop syntax (not supported until VS11) remains in io_win32.cc at 198
Otherwise the build will pass if the loop is changed to:
|
Fix the same issue mentioned in protocolbuffers#3533
Namely it appears that |
There’s also some calls to |
Over at conda-forge we noticed that builds of protobuf 3.4.0 are failing with VS9 (see conda-forge/protobuf-feedstock#31) because of use of c++11 features. Here is the error:
My understanding was that c++11 was only to be required as of 3.5 and on, so is this a bug in 3.4.0?
The text was updated successfully, but these errors were encountered: