Back to using FastList

release/4.3a0
Richard Roberts 2011-02-04 04:52:22 +00:00
parent bdbc09ba42
commit 24b5ab7439
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class VariableIndex {
public:
typedef boost::shared_ptr<VariableIndex> shared_ptr;
typedef std::list<size_t> Factors;
typedef FastList<size_t> Factors;
typedef Factors::iterator Factor_iterator;
typedef Factors::const_iterator Factor_const_iterator;