diff --git a/library/include/DataIdentity.h b/library/include/DataIdentity.h index 0f28be983d..6d1806c2f4 100644 --- a/library/include/DataIdentity.h +++ b/library/include/DataIdentity.h @@ -659,11 +659,11 @@ namespace df template struct identity_traits { static container_identity *get(); }; -#endif template struct identity_traits > { static container_identity *get(); }; +#endif template struct identity_traits > { static stl_ptr_vector_identity *get();