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 b55f461 commit ead9995Copy full SHA for ead9995
1 file changed
src/io.cpp
@@ -84,7 +84,7 @@ void with_multiple_osm_inputs::setup_input_files(const boost::program_options::v
84
}
85
86
bool uses_stdin = false;
87
- for (auto& filename : m_input_filenames) {
+ for (const auto& filename : m_input_filenames) {
88
if (filename == "-") {
89
if (uses_stdin) {
90
throw argument_error{"Can read at most one file from STDIN."};
0 commit comments