[protobuf] Issue 635 in protobuf: Min and max not defined under Windows/Intel C++

2014-05-04 Thread protobuf

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.


[protobuf] Re: Issue 447 in protobuf: No C++11 move constructors

2014-05-04 Thread protobuf


Comment #8 on issue 447 by m...@google.com: No C++11 move constructors
http://code.google.com/p/protobuf/issues/detail?id=447

Any updates on this?

Attached is a patch is that adds a move constructor and assignment operator  
to the generated messages.


Attachments:
patch  2.4 KB

--
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.