From f5b05ae0802eef7da40c56896851b6b7ec270f0c Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Sat, 17 Jul 2021 17:46:57 -0700 Subject: [PATCH] remove an outdated comment seems to have been solved 5 years ago by b707e199c2878d173c5d30f0a24db93d7de1d921 --- Source/Core/Common/BitSet.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/Core/Common/BitSet.h b/Source/Core/Common/BitSet.h index 854e9a2de5..ab446a986b 100644 --- a/Source/Core/Common/BitSet.h +++ b/Source/Core/Common/BitSet.h @@ -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 class BitSet {