update bestFit commit

error compiling  std::vector<std::string>
This commit is contained in:
sukoi26 2018-07-19 13:53:54 +02:00 committed by GitHub
parent 4f9e8ab37f
commit a2dc4a34f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -601,7 +601,7 @@ std::string xlsx_consumer::read_worksheet_begin(const std::string &rel_id)
{
expect_start_element(qn("spreadsheetml", "col"), xml::content::simple);
skip_attributes({"collapsed", "outlineLevel"});
skip_attributes(std::vector<std::string>{"collapsed", "outlineLevel"});
auto min = static_cast<column_t::index_t>(std::stoull(parser().attribute("min")));
auto max = static_cast<column_t::index_t>(std::stoull(parser().attribute("max")));