Initalizing ArrayStorage by default
This commit is contained in:
parent
cdad977341
commit
e3d97ec41b
@ -31,7 +31,7 @@ or see http://www.gnu.org/licenses/agpl.txt.
|
||||
#include <google/sparse_hash_map>
|
||||
#include <google/sparsetable>
|
||||
|
||||
template< typename NodeID, typename Key, bool initialize = false >
|
||||
template< typename NodeID, typename Key, bool initialize = true >
|
||||
class ArrayStorage {
|
||||
public:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user