Commit d0b91de0 authored by Krzysztof Filipek's avatar Krzysztof Filipek
Browse files

basic_string: remove workaround to compile under VC++2015

After added conversion operators there is no need
to manually cast string to string_view. Casting in this case
produces VC++2015 errors due to operator==() ambiguity.
parent 99916ea2
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment