|
@@ -22,3 +22,4 @@ Long term:
|
|
solution to use weak_ptr inside the hash_table instead of shared_ptr and
|
|
solution to use weak_ptr inside the hash_table instead of shared_ptr and
|
|
catch the exception inside get() (and getOrAdd) and delete the dead pointer.
|
|
catch the exception inside get() (and getOrAdd) and delete the dead pointer.
|
|
* Selection algorithm
|
|
* Selection algorithm
|
|
|
|
+* Use enable_shared_from_this.hpp instead of passing self everywhere
|