From a176b2342c9830eeb1f5d226fd554877d757f422 Mon Sep 17 00:00:00 2001 From: Joseph Edwards Date: Sat, 25 May 2024 21:06:48 +0100 Subject: [PATCH] Add TODO --- include/libsemigroups/aho-corasick.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/libsemigroups/aho-corasick.hpp b/include/libsemigroups/aho-corasick.hpp index c45bc9346..188c6be0e 100644 --- a/include/libsemigroups/aho-corasick.hpp +++ b/include/libsemigroups/aho-corasick.hpp @@ -326,6 +326,7 @@ namespace libsemigroups { //! //! \exceptions //! \no_libsemigroups_except + // TODO(2) Should this be templated? [[nodiscard]] index_type traverse_no_checks(index_type current, letter_type a) const;