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
trying to update AOSP (which has a very recent clang, based off clang 17) to fmtlib 10...
In file included from external/fmtlib/test/scan-test.cc:8: external/fmtlib/test/scan.h:144:7: error: 'fmt::detail::string_scan_buffer' has virtual functions but non-virtual destructor [-Werror,-Wnon-virtual-dtor] 144 | class string_scan_buffer : public scan_buffer { | ^ external/fmtlib/test/scan.h:269:3: error: 'fmt::detail::file_scan_buffer' has virtual functions but non-virtual destructor [-Werror,-Wnon-virtual-dtor] 269 | ~file_scan_buffer() { funlockfile(file_); } | ^ 2 errors generated.
The text was updated successfully, but these errors were encountered:
Fixed in c816fa6. Thanks for reporting.
Sorry, something went wrong.
No branches or pull requests
trying to update AOSP (which has a very recent clang, based off clang 17) to fmtlib 10...
The text was updated successfully, but these errors were encountered: