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

Build failure on Win with libc++ #1069

Closed
bryan-lipinski opened this issue Mar 18, 2019 · 0 comments
Closed

Build failure on Win with libc++ #1069

bryan-lipinski opened this issue Mar 18, 2019 · 0 comments

Comments

@bryan-lipinski
Copy link
Contributor

The cpprest codebase gates usage of stdext::checked_array_iterator on _WIN32. When building with libc++ on windows this results in the following error:

containerstream.h(404,47): error: no member named 'checked_array_iterator' in namespace 'stdext'
std::copy(readBegin, readEnd, stdext::checked_array_iterator<_CharType*>(ptr, count));

_SECURE_SCL or _ITERATOR_DEBUG_LEVEL would be more appropriate checks.

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