cpr icon indicating copy to clipboard operation
cpr copied to clipboard

could not support gcc 4.8.2

Open ugenehan opened this issue 4 years ago • 2 comments

error:fucntion 'cpr::Authentication& cpr::Authentication::operator=(cpr::Authentication&&)' defaulted on its first declaration with an exception-specification that differs from the implicit declaration 'cpr::Authentication& cpr::Authentication::operator=(cpr::Authentication&&)' Authentication& operator=(Authentication&& old) noexcept = default;

ugenehan avatar Jun 07 '21 07:06 ugenehan

In case you are able to create a PR and a CI run for it. Sure.

COM8 avatar Jun 07 '21 13:06 COM8

same error.

csflyer avatar Sep 18 '21 02:09 csflyer

This issue will be closed since we new require a cpp17 compatible compiler for all versions of cpr >= 1.10.0.

More details: https://github.com/libcpr/cpr/releases/tag/1.9.0

COM8 avatar Sep 08 '22 07:09 COM8