Made the section skipping function a proper function.
This commit is contained in:
parent
9360f4295a
commit
ee9626e4d2
@ -16,8 +16,7 @@ namespace pddl
|
|||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
const auto skipSection =
|
inline void skipSection(utils::Parser &parser)
|
||||||
[](utils::Parser &parser)
|
|
||||||
{
|
{
|
||||||
size_t openParentheses = 1;
|
size_t openParentheses = 1;
|
||||||
|
|
||||||
@ -36,7 +35,7 @@ const auto skipSection =
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user