diff --git a/include/curlpp/Options.hpp b/include/curlpp/Options.hpp index c705c9d..a658752 100644 --- a/include/curlpp/Options.hpp +++ b/include/curlpp/Options.hpp @@ -278,7 +278,9 @@ namespace options typedef curlpp::OptionTrait LowSpeedLimit; typedef curlpp::OptionTrait LowSpeedTime; typedef curlpp::OptionTrait MaxConnects; +#if LIBCURL_VERSION_NUM < 0x080a00 typedef curlpp::OptionTrait ClosePolicy; +#endif typedef curlpp::OptionTrait FreshConnect; typedef curlpp::OptionTrait ForbidReuse; typedef curlpp::OptionTrait ConnectTimeout;