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

Error building cassandra-cpp-driver with Clang 19 #24081

Open
1 task done
mbautin opened this issue Sep 21, 2024 · 0 comments
Open
1 task done

Error building cassandra-cpp-driver with Clang 19 #24081

mbautin opened this issue Sep 21, 2024 · 0 comments
Labels
area/ycql Yugabyte CQL (YCQL) kind/bug This issue is a bug priority/medium Medium priority issue status/awaiting-triage Issue awaiting triage

Comments

@mbautin
Copy link
Contributor

mbautin commented Sep 21, 2024

Jira Link: DB-12977

Description

Error:

code/yugabyte-db-thirdparty/src/cassandra-cpp-driver-2.9.0-yb-14/src/third_party/rapidjson/rapidjson/document.h:319:82: error: cannot assign to non-static data member 'length' with const-qualified type 'const SizeType' (aka 'const unsigned int')
[cassandra-cpp-driver (clang19, uninstrumented)]   319 |     GenericStringRef& operator=(const GenericStringRef& rhs) { s = rhs.s; length = rhs.length; }
[cassandra-cpp-driver (clang19, uninstrumented)]       |                                                                           ~~~~~~ ^

Issue Type

kind/bug

Warning: Please confirm that this issue does not contain any sensitive information

  • I confirm this issue does not contain any sensitive information.
@mbautin mbautin added area/docdb YugabyteDB core features status/awaiting-triage Issue awaiting triage labels Sep 21, 2024
@yugabyte-ci yugabyte-ci added kind/bug This issue is a bug priority/medium Medium priority issue area/ycql Yugabyte CQL (YCQL) and removed area/docdb YugabyteDB core features labels Sep 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ycql Yugabyte CQL (YCQL) kind/bug This issue is a bug priority/medium Medium priority issue status/awaiting-triage Issue awaiting triage
Projects
None yet
Development

No branches or pull requests

2 participants