Skip to content
Snippets Groups Projects
Commit 245a2ca2 authored by Roberto Raggi's avatar Roberto Raggi
Browse files

Initialize the members of List<T>

parent 98bde3dd
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,7 @@ class List: public Managed
public:
List()
: value(_Tp()), next(0)
{ }
_Tp value;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment