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

BDE test bug #276

Open
seanbaxter opened this issue Feb 1, 2022 · 0 comments
Open

BDE test bug #276

seanbaxter opened this issue Feb 1, 2022 · 0 comments

Comments

@seanbaxter
Copy link
Contributor

seanbaxter commented Feb 1, 2022

https://github.com/bloomberg/bde/blob/master/groups/bsl/bslstl/bslstl_stringview.t.cpp#L5327 (and line 5343)

I'm compiling with Circle targeting libc++. string_view.max_size() returns 18446744073709551615 on that platform, so the MAX_MAX_SIZE is (18446744073709551614) is smaller, violating the assert.

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

No branches or pull requests

1 participant