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
In file included from leveldb/util/comparator.cc:14: ./leveldb/util/no_destructor.h:40:17: error: 'aligned_storage<8, 8>' is deprecated [-Werror,-Wdeprecated-declarations] 40 | typename std::aligned_storage<sizeof(InstanceType), | ^ leveldb/util/comparator.cc:71:47: note: in instantiation of template class 'leveldb::NoDestructor<leveldb::(anonymous namespace)::BytewiseComparatorImpl>' requested here 71 | static NoDestructor<BytewiseComparatorImpl> singleton; | ^ /usr/lib/llvm-18/bin/../include/c++/v1/__type_traits/aligned_storage.h:90:8: note: 'aligned_storage<8, 8>' has been explicitly marked deprecated here 90 | struct _LIBCPP_DEPRECATED_IN_CXX23 _LIBCPP_TEMPLATE_VIS aligned_storage { | ^ /usr/lib/llvm-18/bin/../include/c++/v1/__config:1013:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX23' 1013 | # define _LIBCPP_DEPRECATED_IN_CXX23 _LIBCPP_DEPRECATED | ^ /usr/lib/llvm-18/bin/../include/c++/v1/__config:974:49: note: expanded from macro '_LIBCPP_DEPRECATED' 974 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__)) | ^
See google#896 & google#1013.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
See google#896 & google#1013.
The text was updated successfully, but these errors were encountered: