Merge pull request #9905 from shuffle2/msvc-outdated-comment

remove an outdated comment
This commit is contained in:
Tilka 2021-07-18 02:20:56 +01:00 committed by GitHub
commit d7a5558dc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -103,8 +103,6 @@ inline int LeastSignificantSetBit(u64 val)
// operation.)
// - Counting set bits using .Count() - see comment on that method.
// TODO: use constexpr when MSVC gets out of the Dark Ages
template <typename IntTy>
class BitSet
{