Update to the latest AMTL version.

This commit is contained in:
David Anderson
2015-08-27 01:01:18 -04:00
parent e30b57cb4a
commit c87b3c0859
7 changed files with 37 additions and 37 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ public:
}
private:
Entry(const Entry &other) KE_DELETE;
Entry(const Entry &other) = delete;
ArrayInfo *ensureArray(size_t bytes) {
ArrayInfo *array = raw();