Skip to content

Commit 67c3ece

Browse files
committed
Revert extra converters
1 parent e9c087d commit 67c3ece

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Converters.cxx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3594,11 +3594,6 @@ static struct InitConvFactories_t {
35943594
gf["std::basic_string<char>&&"] = (cf_t)+[](cdims_t) { return new STLStringMoveConverter{}; };
35953595
gf["const std::basic_string<char> &"] = gf["std::basic_string<char>"];
35963596
gf["std::basic_string<char> &&"] = (cf_t)+[](cdims_t) { return new STLStringMoveConverter{}; };
3597-
3598-
gf["basic_string<char>"] = gf["std::basic_string<char>"];
3599-
gf["const basic_string<char>&"] = gf["const std::basic_string<char>&"];
3600-
gf["basic_string<char>&&"] = gf["std::basic_string<char>&&"];
3601-
gf["basic_string<char> &&"] = gf["std::basic_string<char> &&"];
36023597
#if __cplusplus > 201402L
36033598
gf["std::basic_string_view<char>"] = (cf_t)+[](cdims_t) { return new STLStringViewConverter{}; };
36043599
gf[STRINGVIEW] = gf["std::basic_string_view<char>"];

0 commit comments

Comments
 (0)