[protobuf] Re: Issue 544 in protobuf: C++ headers use unqualified (=potentially ambiguous) names from std namespace

2013-12-07 Thread protobuf
Comment #3 on issue 544 by richard@gmail.com: C++ headers use unqualified (=potentially ambiguous) names from std namespace http://code.google.com/p/protobuf/issues/detail?id=544 I am having this issue now too since I am using irrlicht and it contains a string class. c:\projects\cross

[protobuf] Re: Issue 544 in protobuf: C++ headers use unqualified (=potentially ambiguous) names from std namespace

2013-11-17 Thread Кирилл Киселев
How save proto object in txt-file? среда, 14 августа 2013 г., 11:59:51 UTC+3 пользователь prot...@googlecode.com написал: > > Status: New > Owner: liu...@google.com > Labels: Type-Defect Priority-Medium > > New issue 544 by moti...@gmail.com: C++ headers use unqualified > (=potentially amb

[protobuf] Re: Issue 544 in protobuf: C++ headers use unqualified (=potentially ambiguous) names from std namespace

2013-11-17 Thread protobuf
Comment #2 on issue 544 by julien.d...@gmail.com: C++ headers use unqualified (=potentially ambiguous) names from std namespace http://code.google.com/p/protobuf/issues/detail?id=544 There is also an issue with the 'max' function in google/protobuf/repeated_field.h. It seems to be a mistake

[protobuf] Re: Issue 544 in protobuf: C++ headers use unqualified (=potentially ambiguous) names from std namespace

2013-08-14 Thread protobuf
Comment #1 on issue 544 by xiaof...@google.com: C++ headers use unqualified (=potentially ambiguous) names from std namespace http://code.google.com/p/protobuf/issues/detail?id=544 The code was originally written that way intentionally (following Google's code style). It's not encouraged an