mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -07:00
Revise comments about C++14
This commit is contained in:
parent
6d29a3af60
commit
364a837dbd
3 changed files with 3 additions and 3 deletions
|
@ -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}
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue