Closed GoogleCodeExporter closed 9 years ago
Found a much nicer workaround that may be good enough to go to release. Please
check
the patch attached. The only thing that is need to be done is to check if we are
actually using STLPort and surround the patch with that checks.
Original comment by Anton.De...@gmail.com
on 26 Nov 2009 at 11:47
Attachments:
Original comment by w...@google.com
on 5 Dec 2009 at 7:12
Sorry this has fallen through the crack, Anton. Since it has been so long, I
wonder if the problem still exists in the latest version of gtest. Could you
let us know? Or, are you still interested in getting this fixed? Thanks.
Original comment by w...@google.com
on 8 Sep 2010 at 6:15
Original comment by w...@google.com
on 8 Sep 2010 at 6:15
The project that caused initial troubles is abandoned now, so personally for me
this issue isn't important anymore.
If you think that it may be important for others, please tell me and I will try
to reproduce an issue in my spare time.
Original comment by Anton.De...@gmail.com
on 8 Sep 2010 at 6:22
Thanks for the quick reply and the offer to help, Anton! We haven't heard no
other request on this, so I'll close it as won't fix for now.
Original comment by w...@google.com
on 8 Sep 2010 at 6:30
Hi Guys,
I am using gtest for my product which used stlport. I was getting following errors.
error C2784: 'stlp_std::basic_istream<_CharT,_Traits>
&stlp_std::getline(stlp_std::basic_istream<_CharT,_Traits>
&,stlp_std::basic_string<_CharT,_Traits,_Alloc> &)' : could not deduce template
argument for 'stlp_std::basic_string<_CharT,_Traits,_Alloc> &' from 'twine'
error C2784: 'stlp_std::basic_istream<_CharT,_Traits>
&stlp_std::getline(stlp_std::basic_istream<_CharT,_Traits>
&,stlp_std::basic_string<_CharT,_Traits,_Alloc> &)' : could not deduce template
argument for 'stlp_std::basic_istream<_CharT,_Traits> &' from
'stlp_std::ifstream'
Original comment by rdesigan...@gmail.com
on 12 Nov 2014 at 6:04
Do you know if the problem with STLPort compilation has been fixed now?
Thanks and Regards,
Raghu
Original comment by rdesigan...@gmail.com
on 12 Nov 2014 at 6:05
Original issue reported on code.google.com by
Anton.De...@gmail.com
on 26 Nov 2009 at 11:04