diff options
Diffstat (limited to 'src/common/Utilities/Containers.h')
-rw-r--r-- | src/common/Utilities/Containers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Utilities/Containers.h b/src/common/Utilities/Containers.h index 4a764629937..11928fa053d 100644 --- a/src/common/Utilities/Containers.h +++ b/src/common/Utilities/Containers.h @@ -259,7 +259,7 @@ namespace Trinity if (!p(*rpos)) { if (rpos != wpos) - std::swap(*rpos, *wpos); + std::ranges::swap(*rpos, *wpos); ++wpos; } } |