Switch to C++20
commit10ee1ab7a2c16b24c9d5913f7927038b32fbc792
authorVladimir Golovnev <glassez@yandex.ru>
Fri, 21 Jul 2023 12:38:49 +0000 (21 15:38 +0300)
committerGitHub <noreply@github.com>
Fri, 21 Jul 2023 12:38:49 +0000 (21 15:38 +0300)
tree85cdfe7f69211a97e09b9fafb48e1347313018f0
parentf27f2c20e016aff898dd22ad9139c82e9593f8c1
Switch to C++20

PR #19336.
15 files changed:
cmake/Modules/CommonConfig.cmake
src/app/application.cpp
src/base/bittorrent/customstorage.cpp
src/base/bittorrent/sessionimpl.cpp
src/base/bittorrent/torrentimpl.cpp
src/base/http/connection.cpp
src/base/orderedset.h
src/base/rss/rss_feed.cpp
src/gui/addnewtorrentdialog.cpp
src/gui/rss/rsswidget.cpp
src/gui/torrentcontentmodel.cpp
src/gui/torrentcontentwidget.cpp
src/gui/transferlistfilters/trackersfilterwidget.cpp
src/webui/api/synccontroller.cpp
test/testorderedset.cpp