Skip to content

Conversation

@Fuzzbawls
Copy link
Collaborator

Came across this compiler error when updating the code coverage report. The server runs on CentOS 7 currently, which uses a fairly old (but still supported) version of gcc. Indeed, upstream also ran into this error (Ref: bitcoin#20033)

Some older (but still supported) versions of gcc will throw an error
when trying to convert from std::ios_base::failure to std::runtime_error.
Use std::exception base type instead.

Also apply clang-format to the class and remove the cout.

Some older (but still supported) versions of gcc will throw an error
when trying to convert from std::ios_base::failure to std::runtime_error
. Use std::exception base type instead.

Also apply clang-format to the class and remove the cout.
@Fuzzbawls Fuzzbawls added this to the 5.3.0 milestone Aug 12, 2021
@Fuzzbawls Fuzzbawls self-assigned this Aug 12, 2021
Copy link

@random-zebra random-zebra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK 03525ea

Copy link

@furszy furszy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK 03525ea and merging..

@furszy furszy merged commit 51055cb into PIVX-Project:master Aug 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants