more WIP on new pointer-based data structure

This commit is contained in:
Christopher Mosher
2013-12-11 17:13:46 -05:00
parent a5f11856ba
commit e8ae299597
8 changed files with 94 additions and 6 deletions

View File

@@ -6,9 +6,9 @@
*/
#include "SegmentCache.h"
#include <memory>
#include <string>
#include <map>
#include <memory>
#include <algorithm>
Segment* SegmentCache::getOrAdd(std::string& id) {