You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When compiling a project that requires lazy csv I get the following issue:
In instantiation of ‘class lazycsv::parser<lazycsv::mmap_source, lazycsv::has_header<false>, lazycsv::delimiter<','>, lazycsv::trim_chars<' ', '\011'> >’:
../subprojects/lazycsv/include/lazycsv.hpp:367:11: error: ‘value’ is not a member of ‘lazycsv::trim_chars<' ', '\011'>’ 367 | using cell_iterator = detail::fw_iterator<cell, detail::chunk_cells<delimiter::value, quote_char::value>>; | ^~~~~~~~~~~~~ At global scope:
I am not sure what to make of it so any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
When compiling a project that requires lazy csv I get the following issue:
In instantiation of ‘class lazycsv::parser<lazycsv::mmap_source, lazycsv::has_header<false>, lazycsv::delimiter<','>, lazycsv::trim_chars<' ', '\011'> >’:
../subprojects/lazycsv/include/lazycsv.hpp:367:11: error: ‘value’ is not a member of ‘lazycsv::trim_chars<' ', '\011'>’ 367 | using cell_iterator = detail::fw_iterator<cell, detail::chunk_cells<delimiter::value, quote_char::value>>; | ^~~~~~~~~~~~~ At global scope:
I am not sure what to make of it so any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: