We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf021a commit aa628f3Copy full SHA for aa628f3
src/Series.cpp
@@ -1594,7 +1594,7 @@ AdvanceStatus Series::advance(AdvanceMode mode)
1594
"Advancing a step in file-based iteration encoding is "
1595
"iteration-specific.");
1596
}
1597
- constexpr internal::FlushParams flushParams = {FlushLevel::UserFlush};
+ internal::FlushParams const flushParams = {FlushLevel::UserFlush};
1598
/*
1599
* We call flush_impl() with flushIOHandler = false, meaning that tasks are
1600
* not yet propagated to the backend.
0 commit comments