Skip to content

Fix compilation for clang 14.0.6#4

Open
folded wants to merge 1 commit into
google-deepmind:mainfrom
folded:patch-1
Open

Fix compilation for clang 14.0.6#4
folded wants to merge 1 commit into
google-deepmind:mainfrom
folded:patch-1

Conversation

@folded

@folded folded commented Sep 24, 2025

Copy link
Copy Markdown
Contributor

No description provided.

@google-cla

google-cla Bot commented Sep 24, 2025

Copy link
Copy Markdown

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@folded

folded commented Sep 24, 2025

Copy link
Copy Markdown
Contributor Author
/root/.cache/uv/sdists-v9/.tmpe4HpdZ/bagz-0.2.0/src/internal/bagz_shard_reader.cc:82:12: error: no matching constructor for initialization of 'bagz::internal::BagzShardReader::ByteRange'
    return ByteRange(range[0], range[1] - range[0]);
           ^         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/root/.cache/uv/sdists-v9/.tmpe4HpdZ/bagz-0.2.0/src/internal/bagz_shard_reader.h:44:10: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 2 were provided
  struct ByteRange {
         ^
/root/.cache/uv/sdists-v9/.tmpe4HpdZ/bagz-0.2.0/src/internal/bagz_shard_reader.h:44:10: note: candidate constructor (the implicit move constructor) not viable: requires 1 argument, but 2 were provided
/root/.cache/uv/sdists-v9/.tmpe4HpdZ/bagz-0.2.0/src/internal/bagz_shard_reader.h:44:10: note: candidate constructor (the implicit default constructor) not viable: requires 0 arguments, but 2 were provided
1 error generated.

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