From 113e71899b2d9d8737e9480165e41624e2a96a25 Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Thu, 1 Mar 2012 23:09:32 -0500 Subject: compile fix on old versions of gcc with MPI enabled --- utils/fast_sparse_vector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/fast_sparse_vector.h') diff --git a/utils/fast_sparse_vector.h b/utils/fast_sparse_vector.h index 17fa47bf..d11be48f 100644 --- a/utils/fast_sparse_vector.h +++ b/utils/fast_sparse_vector.h @@ -363,7 +363,7 @@ class FastSparseVector { } ar & eff_size; while (it != this->end()) { - const std::pair wire_pair(FD::Convert(it->first), it->second); + const std::pair wire_pair(FD::Convert(it->first), it->second); ar & wire_pair; ++it; } -- cgit v1.2.3