diff --git a/gtsam/base/FastVector.h b/gtsam/base/FastVector.h index 3616704f7..307a75c87 100644 --- a/gtsam/base/FastVector.h +++ b/gtsam/base/FastVector.h @@ -64,13 +64,13 @@ class FastVector: public std::vector - explicit FastVector(const std::vector& x) { + FastVector(const std::vector& x) { // This if statement works around a bug in boost pool allocator and/or // STL vector where if the size is zero, the pool allocator will allocate // huge amounts of memory.