mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
remove an outdated comment
seems to have been solved 5 years ago by
b707e199c2
This commit is contained in:
@ -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
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user