formatting

This commit is contained in:
Hieu Hoang 2016-02-25 15:59:58 +00:00
parent 0d50bd6f2b
commit e464c4cf39

View File

@ -64,10 +64,10 @@ public:
typedef std::pair<const Bitmap*, size_t> HypoCoverage;
// bitmap and current endPos of hypos
typedef boost::unordered_map<HypoCoverage, MiniStack*
,boost::hash<HypoCoverage>
,std::equal_to<HypoCoverage>
,MemPoolAllocator< std::pair<HypoCoverage, MiniStack*> >
typedef boost::unordered_map<HypoCoverage, MiniStack*,
boost::hash<HypoCoverage>,
std::equal_to<HypoCoverage>,
MemPoolAllocator< std::pair<HypoCoverage, MiniStack*> >
> Coll;