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
Regressed by boostorg/smart_ptr@eac641186738. Found on FreeBSD on dnsdist-1.3.3. May not affect other platforms due to header botlegging.
dnsdist-lua-vars.cc:99:61: error: expected unqualified-id {"BADSIG", ERCode::BADSIG }, ^ /usr/include/sys/signal.h:490:17: note: expanded from macro 'BADSIG' #define BADSIG SIG_ERR ^ /usr/include/sys/signal.h:139:18: note: expanded from macro 'SIG_ERR' #define SIG_ERR ((__sighandler_t *)-1) ^ 1 error generated.
The text was updated successfully, but these errors were encountered:
botlegging
Can you elaborate on this?
Sorry, something went wrong.
I guess we could #undef BADSIG like we already do in dns.hh..
#undef BADSIG
dns.hh
Successfully merging a pull request may close this issue.
Regressed by boostorg/smart_ptr@eac641186738. Found on FreeBSD on dnsdist-1.3.3. May not affect other platforms due to header botlegging.
The text was updated successfully, but these errors were encountered: