Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QtPrivate::ResultIteratorBase: remove incorrect noexcept
The (in)equality operators cannot be noexcept, because the QMap::const_iterator comparison is not noexcept. QMap::const_iterator basically uses std::map::const_iterator comparison operators, and I could not find any proof that it is noexcept. Amends ed71387. Found in 6.8 API review. Pick-to: 6.8 Change-Id: I9014052588a7864b729a7b8ac703f5145675f860 Reviewed-by: Thiago Macieira <[email protected]> Reviewed-by: Marc Mutz <[email protected]>
- Loading branch information