-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use std::bitset to implement EnumBitSet
Summary: This diff changes EnumBitSet to use `std::bitset` internally, which means we are not restricted to 64 enum values anymore. Reviewed By: arnaudvenet Differential Revision: D51668589 fbshipit-source-id: 614f35f489eb7e925dbc9739c562f4d9641e4ad3
- Loading branch information
1 parent
3f9d7ae
commit 49e71e5
Showing
1 changed file
with
26 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters