Skip to content

Commit

Permalink
issue todo for explicity enum vals
Browse files Browse the repository at this point in the history
  • Loading branch information
ledwards2225 committed Sep 25, 2023
1 parent 8a3c3a3 commit 0cc8db4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <cstdint>

namespace proof_system {
// TODO(#731): Changing the explicit value of these enum elements breaks brittle and outdated tests in circuits/cpp.
enum class CircuitType : uint32_t { STANDARD = 0, ULTRA = 2, UNDEFINED = 3 };

template <typename T, typename... U>
Expand Down

0 comments on commit 0cc8db4

Please sign in to comment.