diff --git a/src/util/small_vector.h b/src/util/small_vector.h index c67ad562..0b60d8c0 100644 --- a/src/util/small_vector.h +++ b/src/util/small_vector.h @@ -52,8 +52,7 @@ using small_vector = boost::container::small_vector; #else // Boost version isn't new enough, fall back to just using std::vector. -template > +template > using small_vector = std::vector; #endif // HAVE_BOOST_CONTAINER_SMALL_VECTOR