From 0da252f3f6d3baaa834a85aafa20332e6cfb63c6 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 6 Sep 2023 15:51:34 +0200 Subject: [PATCH] Fix a typo that breaks HPCombi support --- src/to_cpp.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/to_cpp.hpp b/src/to_cpp.hpp index 37b1ac24a..0bc9461c9 100644 --- a/src/to_cpp.hpp +++ b/src/to_cpp.hpp @@ -508,7 +508,7 @@ namespace gapbind14 { #ifdef LIBSEMIGROUPS_HPCOMBI_ENABLED template <> struct Undef { - static constexpr UInt2 value = OxFF; + static constexpr UInt2 value = 0xFF; }; #endif