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
Please register or sign in to comment