Skip to content
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

aslp-cpp: roll httplib to fix user-defined string warning #118

Merged
merged 1 commit into from
Dec 27, 2024

Conversation

katrinafyi
Copy link
Member

@katrinafyi katrinafyi commented Dec 27, 2024

new clang warning: https://github.com/yhirose/cpp-httplib/pull/1962

[78/89] Building CXX object
_deps/aslp-cpp-build/CMakeFiles/aslp-cpp_aslp-cpp.dir/source/aslp-cpp.cpp.o
In file included from
/home/regehr/alive2-regehr/build/_deps/aslp-cpp-src/aslp-cpp/source/aslp-cpp.cpp:22:
/home/regehr/alive2-regehr/build/_deps/aslp-cpp-src/aslp-cpp/lib/httplib.h:3432:42:
warning: identifier '_t' preceded by whitespace in a literal operator
declaration is deprecated [-Wdeprecated-literal-operator]
  3432 | inline constexpr unsigned int operator"" _t(const char *s,
size_t l) {
       |                               ~~~~~~~~~~~^~
       |                               operator""_t
1 warning generated.

@katrinafyi katrinafyi enabled auto-merge December 27, 2024 03:04
@katrinafyi katrinafyi merged commit dde3c1d into partial_eval Dec 27, 2024
4 checks passed
@katrinafyi katrinafyi deleted the httplib-udl-warning branch February 5, 2025 06:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant