X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftarget.h;h=c4a822b48df43f5747479c67bc7e955ee0ce1031;hb=564160e126f525dda52f27044d29b479088da191;hp=e7150c205deb0d1b274b63da6a0194abd3161299;hpb=3f0f7216789aeedba206308c452623351e406e75;p=builder.git diff --git a/source/target.h b/source/target.h index e7150c2..c4a822b 100644 --- a/source/target.h +++ b/source/target.h @@ -27,7 +27,7 @@ dependencies can be used by other targets further down the chain. class Target { public: - typedef std::list Dependencies; + using Dependencies = std::list; protected: enum State