]> git.tdb.fi Git - builder.git/blobdiff - source/builder.h
Convert all list containers to vectors
[builder.git] / source / builder.h
index b7b0b78b407e4445a1f354b74e08d7571f3a9aaf..5d62a9a1ec759b1d6d2e06eb91aa363cfcb617a6 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef BUILDER_H_
 #define BUILDER_H_
 
-#include <list>
 #include <map>
 #include <string>
 #include <msp/datafile/loader.h>
@@ -86,7 +85,7 @@ public:
        void set_logger(const Logger *);
        const Logger &get_logger() const { return *logger; }
 
-       std::list<std::string> collect_problems() const;
+       std::vector<std::string> collect_problems() const;
 
        /** Loads a build file.  If opts is not null, it is used to configure any
        packages loaded from this file.  If all is true, external packages are also