cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curlpp mailing list Archives

[cURLpp] Bug in Option.inl

From: Peteris Krumins [Newsgroups] <pknewsgroups_at_gmail.com>
Date: Wed, 10 Aug 2005 01:05:18 +0300

 Hello!

 There is a bug in Option.inl. In version 0.5.2, line 104 a function is
defined:

template< typename OptionType >
void
cURLpp::Option< OptionType >::print() const
{
    std::cout << "option : " << getOption() << ", value: " << getValue()
<< std::endl;
}

 This template can not be compiled since no ostream &operator<<() exists
which takes
 return types of getOption() and getValue().

P.Krumins
_______________________________________________
cURLpp mailing list
cURLpp_at_rrette.com
http://www.rrette.com/mailman/listinfo/curlpp
Received on 2005-08-10

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET