Comment #3 on issue 544 by [email protected]: 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\crossingpoint\irrlicht\trunk\source\protobuf-2.5.0rc1\src\google\protobuf\generated_message_util.h(71):
error
C2872: 'string' : ambiguous symbol
1> could be 'c:\msdev2010\vc\include\xstring(2062) :
std::basic_string<_Elem,_Traits,_Ax> std::string'
1> with
1> [
1> _Elem=char,
1> _Traits=std::char_traits<char>,
1> _Ax=std::allocator<char>
1> ]
1>
or 'c:\projects\ultimatestrategy\irrlicht\include\irrstring.h(74) :
irr::core::string'
--
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/groups/opt_out.