From 42a87db999390786e328a06d5467aa6aab879130 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Mon, 3 Oct 2016 23:40:48 +0000 Subject: [PATCH] Change a couple of 'template + template typename enable_if < __can_be_converted_to_string_view<_CharT, _Traits, _Tp>::value, @@ -966,7 +966,7 @@ public: {*this = _VSTD::move(str); return *this;} #endif basic_string& assign(const basic_string& __str, size_type __pos, size_type __n=npos); - template + template typename enable_if < __can_be_converted_to_string_view<_CharT, _Traits, _Tp>::value, @@ -2261,7 +2261,7 @@ basic_string<_CharT, _Traits, _Allocator>::append(const basic_string& __str, siz } template -template +template typename enable_if < __can_be_converted_to_string_view<_CharT, _Traits, _Tp>::value,