-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
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
ASSERT that iterator is not .end() fails to compile in v2.0.0, VERIFY built with v1.2.2 #90
Comments
Thank you for reporting this, I’ll try to fix it tonight |
I can reproduce for gcc 13.2, however it compiles fine in clang https://godbolt.org/z/bjqbEoGWj |
I have found the problem.
So... recursively checking Repro without boost: https://godbolt.org/z/1xf1hMdbd |
hey, I've updated libassert to 2.0.0 with conan from 1.2.2. some assertions that previously built, now fails to do so.
this is the offending code that now fails sto compile.
req is of type
boost::beast::http::request<boost::beast::http::string_body>&
from https://github.com/boostorg/beast/ using boost 1.84.built using
The text was updated successfully, but these errors were encountered: