mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 15:48:51 +00:00
Merge pull request #9905 from shuffle2/msvc-outdated-comment
remove an outdated comment
This commit is contained in:
commit
d7a5558dc5
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue