xo-reader xo-expression: nested lambdas working properly + docs
This commit is contained in:
parent
991530a10b
commit
f7a414e0cc
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue