mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
Revise comments about C++14
This commit is contained in:
@@ -38,7 +38,7 @@ class IndexInterval
|
||||
public:
|
||||
using IndexType = Index;
|
||||
|
||||
IndexInterval(IndexType first, IndexType last) // add constexpr when using C++14
|
||||
IndexInterval(IndexType first, IndexType last) // add constexpr when using C++17
|
||||
: m_first {first}
|
||||
, m_last {last}
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user