--- a/sources/list.h Mon May 04 18:16:05 2015 +0300 +++ b/sources/list.h Fri May 15 18:36:22 2015 +0300 @@ -339,7 +339,7 @@ { public: using Super = Container<T, std::vector<T>>; - using Super::Container; + using typename Super::Container; Vector(){} @@ -360,4 +360,4 @@ { return data(); } -}; \ No newline at end of file +};