]> git.tdb.fi Git - builder.git/blobdiff - source/target.h
Remove most container typedefs and refactor others
[builder.git] / source / target.h
index e7150c205deb0d1b274b63da6a0194abd3161299..c4a822b48df43f5747479c67bc7e955ee0ce1031 100644 (file)
@@ -27,7 +27,7 @@ dependencies can be used by other targets further down the chain.
 class Target
 {
 public:
-       typedef std::list<Target *> Dependencies;
+       using Dependencies = std::list<Target *>;
 
 protected:
        enum State