Update io_config.cpp

This commit is contained in:
Siarhei Fedartsou 2022-08-21 23:02:25 +02:00 committed by GitHub
parent 5c6e9994ed
commit ada746ae99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,10 +10,11 @@ namespace osrm
{
namespace storage
{
namespace fs = boost::filesystem;
bool IOConfig::IsValid() const
{
namespace fs = boost::filesystem;
bool success = true;
for (auto &fileName : required_input_files)
{