Status: New
Owner: liuj...@google.com
Labels: Type-Defect Priority-Medium

New issue 635 by dmitrinesteruk: Min and max not defined under Windows/Intel C++
http://code.google.com/p/protobuf/issues/detail?id=635

What steps will reproduce the problem?
1. Try compiling using Intel C++ compiler (64-bit, either debug or release)
2. It fails complaining that min/max is not defined
3.

What is the expected output? What do you see instead?
It should compile.

What version of the product are you using? On what operating system?
Visual Studio 2013, Intel Parallel Studio XE

Please provide any additional information below.
I've had to change every instance of `min` to `__min` (and likewise for `max`) to get it to compile.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups "Protocol 
Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to