We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On a previous Boost release, it was failing under use-of-uninitialized-value: https://svn.boost.org/trac/boost/ticket/11425#comment:2
use-of-uninitialized-value
The text was updated successfully, but these errors were encountered:
It's also failing on more recent Boost release: https://svn.boost.org/trac/boost/ticket/11425#comment:3
Sorry, something went wrong.
It'll fail too if I use Catch instead Boost.Test: https://travis-ci.org/vinipsmaker/asiohttpserver/jobs/153905839#L994
TODO:
Ask for help from clang devs. I tried to blacklist a few functions from being measured, but clang will report them anyway and cause the test to fail:
The failing functions aren't Boost.Http code (internal implementation from Catch).
No branches or pull requests
On a previous Boost release, it was failing under
use-of-uninitialized-value
: https://svn.boost.org/trac/boost/ticket/11425#comment:2The text was updated successfully, but these errors were encountered: