mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-10 01:22:31 -06:00
Bump project requirement to C++17
This commit is contained in:
@@ -42,7 +42,7 @@ public:
|
||||
*this = boolean ? True : False;
|
||||
}
|
||||
|
||||
TriStateBool &operator=(const TriStateBool &other) = default; // TODO: add constexpr when using C++17
|
||||
constexpr TriStateBool &operator=(const TriStateBool &other) = default;
|
||||
|
||||
explicit constexpr operator signed char() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user