Skip to content

Commit 8a4a9b9

Browse files
committed
fix(generator/typesystem_core): Exclude std::string_view operator introduce in 6.10
1 parent 253e01d commit 8a4a9b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

generator/typesystem_core.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,6 +1196,7 @@ public:
11961196
<modify-function signature="operator[](uint)const" remove="all"/>
11971197
<modify-function signature="operator[](qsizetype)" remove="all"/>
11981198
<modify-function signature="operator[](qsizetype)const" remove="all"/>
1199+
<modify-function signature="operator std::string_view()const" remove="all"/>
11991200
<modify-function signature="push_back(char)" remove="all"/>
12001201
<modify-function signature="push_back(const char*)" remove="all"/>
12011202
<modify-function signature="push_front(char)" remove="all"/>

0 commit comments

Comments
 (0)