X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fanalyzer.h;h=373150b847690039a77e402a737e5d57c8bdef9f;hb=5ccb12706ac217a7f0b07e4c73ca870bb70fabdf;hp=5464dacf989ac84ecea5be2a0c9353128924ec8f;hpb=1dad660f7bbda5ef3239fd6374e0f8a77e19eaaa;p=builder.git diff --git a/source/analyzer.h b/source/analyzer.h index 5464dac..373150b 100644 --- a/source/analyzer.h +++ b/source/analyzer.h @@ -25,12 +25,11 @@ public: }; private: - typedef std::vector TableRow; - typedef std::list Table; + using TableRow = std::vector; Builder &builder; Mode mode; - Table table; + std::list table; unsigned max_depth; bool full_paths; std::map > rdepends;