Zach Laine
Zach Laine
For example, in this: ``` struct id { template T operator()(T x) const { return x; } }; auto int_result = boost::fit::result(id()); static_assert(std::is_same::value, "Not the same type"); ``` Consider changing...
This is to make it easy to write `a || b || c`, and have delimiters in between all of them, but not before the first or after the last....
The new parameters would be something like: ```c++ bool Omit, typename Prefix, typename Suffix, ... ``` It turns out that the `omit_parser::call()` shows up pretty high in profiling of Parser....
From #119: > Maybe something for the future: there's a lot of effort in the code to get no_case working, and in > the end it's all about applying case...
…tandard -- find_last().
Not sure exactly how this should work -- should it take some abstract notion of a token, a lexrtl token, something I create, a CTRE-style thing, or what? But it...