Skip to content

Commit e1b3144

Browse files
author
Hana Dusíková
committed
post merge 2
1 parent 448b15d commit e1b3144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/ctll/parser.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ template <typename Grammar, ctll::basic_fixed_string input, typename ActionSelec
130130
// if rule is string with any character at the beginning (compatible with current term<T>) => move to next character
131131
// and push string without the character (quick LL(1))
132132
template <size_t Pos, auto V, typename... Content, auto T, typename Stack, typename Subject>
133-
static constexpr auto move(ctll::push<anything, Content...>, term<T>, Stack stack, Subject) noexcept {
133+
static constexpr auto move(push<anything, Content...>, term<T>, Stack stack, Subject) noexcept {
134134
#ifdef EXPERIMENTAL_GCC_9
135135
return decide<Pos+1>(push_front(list<Content...>(), stack), Subject());
136136
#else

0 commit comments

Comments
 (0)