File tree Expand file tree Collapse file tree 1 file changed +0
-32
lines changed Expand file tree Collapse file tree 1 file changed +0
-32
lines changed Original file line number Diff line number Diff line change @@ -874,38 +874,6 @@ struct handle_type_name {
874
874
static constexpr auto name = const_name<T>();
875
875
};
876
876
template <>
877
- struct handle_type_name <object> {
878
- static constexpr auto name = const_name(" object" );
879
- };
880
- template <>
881
- struct handle_type_name <list> {
882
- static constexpr auto name = const_name(" list" );
883
- };
884
- template <>
885
- struct handle_type_name <dict> {
886
- static constexpr auto name = const_name(" dict" );
887
- };
888
- template <>
889
- struct handle_type_name <set> {
890
- static constexpr auto name = const_name(" set" );
891
- };
892
- template <>
893
- struct handle_type_name <frozenset> {
894
- static constexpr auto name = const_name(" frozenset" );
895
- };
896
- template <>
897
- struct handle_type_name <anyset> {
898
- static constexpr auto name = const_name(" anyset" );
899
- };
900
- template <>
901
- struct handle_type_name <str> {
902
- static constexpr auto name = const_name(" str" );
903
- };
904
- template <>
905
- struct handle_type_name <tuple> {
906
- static constexpr auto name = const_name(" tuple" );
907
- };
908
- template <>
909
877
struct handle_type_name <bool_> {
910
878
static constexpr auto name = const_name(" bool" );
911
879
};
You can’t perform that action at this time.
0 commit comments