From 61db3a7f11ed731fa0aca9f45539190a7583442c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Mon, 10 Nov 2008 07:50:58 +0000 Subject: [PATCH] todo: added 'check operator=' --- todo.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/todo.txt b/todo.txt index a5d96b017..3f1fd1b7a 100644 --- a/todo.txt +++ b/todo.txt @@ -4,8 +4,6 @@ Tokens.. I think the SimplifyTokens function should insert braces after every if/for/while. That would make the token list easier to parse. - class TOKEN! - Userdefined types @@ -42,10 +40,14 @@ Style + operator= should initialize all class members + + + MEMORY LEAKS ============ Better checking of pointers in structs - + User configurable.