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 cd24b93 commit 7d8b69eCopy full SHA for 7d8b69e
include/SQLiteCpp/Statement.h
@@ -707,7 +707,7 @@ class Statement
707
bool mbDone{false}; //!< true when the last executeStep() had no more row to fetch
708
709
/// Map of columns index by name (mutable so getColumnIndex can be const)
710
- mutable std::map<std::string, int> mColumnNames{};
+ mutable std::map<std::string, int> mColumnNames;
711
};
712
713
0 commit comments