sources/list.h

changeset 71
4f7c2c944637
parent 69
eb4c25284a19
child 73
07dda51a7a8e
--- 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
+};

mercurial