xo-reader xo-expression: nested lambdas working properly + docs

This commit is contained in:
Roland Conybeare 2025-07-06 14:13:44 -05:00
commit f7a414e0cc

View file

@ -142,7 +142,7 @@ namespace xo {
std::ostream ss_;
}; /*state_impl*/
constexpr uint32_t c_default_buf_size = 1024;
constexpr uint32_t c_default_buf_size = 1024*1024;
template <typename CharT, typename Traits>
state_impl<CharT, Traits>::state_impl()