Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
basic_string_view's non-member begin/end should take basic_string_vie…
…w by value ... as the working draft requires. Test coverage failed to detect this issue due to an overload resolution bug (https://developercommunity.visualstudio.com/content/problem/739010/overload-resolution-fails-to-select-deleted-overlo.html) in MSVC. Drive-by: Remove the "accepts rvalues" bit from the comment in `begin` which caused the confusion that gave rise to microsoft#104. Hopefully it is now glaringly obvious that `begin` and `end` accept both lvalues and rvalues. Resolves microsoft#104.
- Loading branch information