diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/corelib/global/qswap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/global/qswap.h b/src/corelib/global/qswap.h index 9ff6c7d9c58..7fcaf9b4863 100644 --- a/src/corelib/global/qswap.h +++ b/src/corelib/global/qswap.h @@ -29,7 +29,6 @@ namespace SwapExceptionTester { // insulate users from the "using std::swap" bel } } // namespace QtPrivate -// Documented in ../tools/qalgorithm.qdoc template <typename T> constexpr void qSwap(T &value1, T &value2) noexcept(noexcept(QtPrivate::SwapExceptionTester::checkSwap(value1))) |
