From 01559410a9d64179fe02ccef613d0ec6a428ca5f Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Sat, 9 Jun 2018 12:26:59 +0200 Subject: [PATCH] updated TODO --- TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 1cc38cd08..272f0bbce 100644 --- a/TODO +++ b/TODO @@ -9,6 +9,7 @@ * ease the assignment of tags as string (use a template class with a non-type template parameter behind the scene) * "singleton mode" for tags (see #66) * add a shortcut to destroy all the entities that have components X, Y, Z (view and registry?) -* make views copy/move constructible and copy/move assignable +* write a few notes about multi threading in the README? (random access/forward iterators) +* is it possible to use EASTL instead of the standard library? * C++17. That's all. * AOB