diff --git a/gtsam/nonlinear/LieValues.h b/gtsam/nonlinear/LieValues.h index 55fd60daf..7c317a641 100644 --- a/gtsam/nonlinear/LieValues.h +++ b/gtsam/nonlinear/LieValues.h @@ -57,7 +57,8 @@ namespace gtsam { */ typedef J Key; typedef typename J::Value Value; - typedef FastMap KeyValueMap; + typedef std::map, boost::fast_pool_allocator > > KeyValueMap; + // typedef FastMap KeyValueMap; typedef typename KeyValueMap::value_type KeyValuePair; typedef typename KeyValueMap::iterator iterator; typedef typename KeyValueMap::const_iterator const_iterator;