diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2025-11-27 12:35:22 +0100 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2025-12-16 14:55:39 +0100 |
| commit | 425f2470e47d9ddfa776434111ef0f7ae3d4ccca (patch) | |
| tree | 6f017ca88dde08eb4614c8ab1609c3cf4a3da97c /sources/shiboken6/tests/samplebinding/CMakeLists.txt | |
| parent | 4cce05488f04b279e14e2830b39a2c243ea4c793 (diff) | |
When encountering an operator==() in C++ 20 and the scope
does not have an equivalent operator!=(), synthesize
operator!=() using the functions added for operator<=>()
[ChangeLog][shiboken6] The support for synthesizing comparison
operators in C++ 20 has been reimplemented and improved.
Task-number: PYSIDE-3245
Change-Id: I4f9829c9a67e1c02e5beb02b8f36f847784359a4
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/shiboken6/tests/samplebinding/CMakeLists.txt')
| -rw-r--r-- | sources/shiboken6/tests/samplebinding/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/shiboken6/tests/samplebinding/CMakeLists.txt b/sources/shiboken6/tests/samplebinding/CMakeLists.txt index c9e4f601f..01f51fc2d 100644 --- a/sources/shiboken6/tests/samplebinding/CMakeLists.txt +++ b/sources/shiboken6/tests/samplebinding/CMakeLists.txt @@ -64,6 +64,7 @@ ${CMAKE_CURRENT_BINARY_DIR}/sample/moveonly_wrapper.cpp ${CMAKE_CURRENT_BINARY_DIR}/sample/moveonlyhandler_wrapper.cpp ${CMAKE_CURRENT_BINARY_DIR}/sample/noimplicitconversion_wrapper.cpp ${CMAKE_CURRENT_BINARY_DIR}/sample/nondefaultctor_wrapper.cpp +${CMAKE_CURRENT_BINARY_DIR}/sample/nonequalitycomparisontester_wrapper.cpp ${CMAKE_CURRENT_BINARY_DIR}/sample/objectmodel_wrapper.cpp ${CMAKE_CURRENT_BINARY_DIR}/sample/objecttype_wrapper.cpp ${CMAKE_CURRENT_BINARY_DIR}/sample/objecttypebyvalue_wrapper.cpp |
