remove an outdated comment

seems to have been solved 5 years ago by
b707e199c2878d173c5d30f0a24db93d7de1d921
This commit is contained in:
Shawn Hoffman 2021-07-17 17:46:57 -07:00
parent e9068e108a
commit f5b05ae080

View File

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