Ver código fonte

-: updated TODO

Michele Caini 3 anos atrás
pai
commit
c774b98389
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      TODO

+ 1 - 0
TODO

@@ -18,6 +18,7 @@ TODO (high prio):
 * can pass is_packed to clear_all to further optimize it in the derived classes
 * can add and hide-override pop_back to further optimize clearing a sparse set
 * maybe avoid clearing pages during a clear_all (for backward compatibility)?
+* review using std::swap usage, there are some mistakes here and there
 
 WIP:
 * get rid of observers, storage based views made them pointless - document alternatives