We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3521f47 commit 68e10c1Copy full SHA for 68e10c1
src/mutator.cc
@@ -55,7 +55,7 @@ enum class Mutation : uint8_t {
55
Last = Clone,
56
};
57
58
-using MutationBitset = std::bitset<static_cast<size_t>(Mutation::Last)>;
+using MutationBitset = std::bitset<static_cast<size_t>(Mutation::Last) + 1>;
59
60
using Messages = std::vector<Message*>;
61
using ConstMessages = std::vector<const Message*>;
0 commit comments