mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2025-01-02 17:09:36 +03:00
formatting
This commit is contained in:
parent
0d50bd6f2b
commit
e464c4cf39
@ -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;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user