Imported Upstream version 1.72.0
[platform/upstream/boost.git] / tools / bcp / bcp_imp.cpp
index cfce215..1fe8cf9 100644 (file)
@@ -229,6 +229,11 @@ int bcp_implementation::run()
       }
       ++i;
    }
+   while (!m_pending_paths.empty())
+   {
+      add_path(m_pending_paths.front());
+      m_pending_paths.pop();
+   }
    //
    // now perform output:
    //