diff options
author | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-08-27 23:52:20 +0000 |
---|---|---|
committer | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-08-27 23:52:20 +0000 |
commit | 8ff664a63254c2e64dc296caffc3a0261e2473af (patch) | |
tree | b8b3d8ab07b6fc5228ff3104bc2339efbbf99d70 /utils/d_ary_heap.h | |
parent | 1eab70e16f0e0d5531f3babfea2062c82f6362e1 (diff) |
still compiles
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@627 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'utils/d_ary_heap.h')
-rw-r--r-- | utils/d_ary_heap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/d_ary_heap.h b/utils/d_ary_heap.h index da99902c..49e040d8 100644 --- a/utils/d_ary_heap.h +++ b/utils/d_ary_heap.h @@ -130,7 +130,7 @@ Equal const& equal = Equal() ) : better(better), data(), distance(distance), - index_in_heap(index_in_heap) { + index_in_heap(index_in_heap),equal(equal) { data.reserve(container_reserve); } /* Implicit copy constructor */ |