Add sprintf_format instantiations and remove syntactic noise

This commit is contained in:
Victor Zverovich
2018-10-24 16:46:32 -07:00
parent 1e3dcbba81
commit 486fff597c
2 changed files with 5 additions and 1 deletions
-1
View File
@@ -411,7 +411,6 @@ class basic_string_view {
}
friend bool operator<(basic_string_view lhs, basic_string_view rhs) {
return lhs.compare(rhs) < 0;
}
friend bool operator<=(basic_string_view lhs, basic_string_view rhs) {
return lhs.compare(rhs) <= 0;