Skip to content

Commit

Permalink
Fix a typo that breaks HPCombi support
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored and james-d-mitchell committed Sep 7, 2023
1 parent 59c5a0b commit d2794fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/to_cpp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ namespace gapbind14 {
#ifdef LIBSEMIGROUPS_HPCOMBI_ENABLED
template <>
struct Undef<HPCombi::PPerm16> {
static constexpr UInt2 value = OxFF;
static constexpr UInt2 value = 0xFF;
};
#endif

Expand Down

0 comments on commit d2794fe

Please sign in to comment.