Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHieu Hoang <hieuhoang@gmail.com>2013-12-12 01:45:30 +0400
committerHieu Hoang <hieuhoang@gmail.com>2013-12-12 01:45:30 +0400
commit7c237bf389169fa2cce0766353a985b8afe0385f (patch)
treef9e2a53ee09bc60abfe01dedc8a09555070030d6 /moses/RuleCube.h
parentbc9ce334d0e432e210cc57c2a99e20e53e62f52e (diff)
delete -#if defined(BOOST... Trying to find target syntax bug when using old boost
Diffstat (limited to 'moses/RuleCube.h')
-rw-r--r--moses/RuleCube.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/moses/RuleCube.h b/moses/RuleCube.h
index 716ce8534..409bdadf6 100644
--- a/moses/RuleCube.h
+++ b/moses/RuleCube.h
@@ -118,14 +118,10 @@ public:
{ return m_covered.size(); }
private:
-#if defined(BOOST_VERSION) && (BOOST_VERSION >= 104200)
typedef boost::unordered_set<RuleCubeItem*,
RuleCubeItemHasher,
RuleCubeItemEqualityPred
> ItemSet;
-#else
- typedef std::set<RuleCubeItem*, RuleCubeItemPositionOrderer> ItemSet;
-#endif
typedef std::priority_queue<RuleCubeItem*,
std::vector<RuleCubeItem*>,