Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #9905 from shuffle2/msvc-outdated-comment
remove an outdated comment
  • Loading branch information
Tilka committed Jul 18, 2021
2 parents 8feff42 + f5b05ae commit d7a5558
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/Core/Common/BitSet.h
Expand Up @@ -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
{
Expand Down

0 comments on commit d7a5558

Please sign in to comment.