Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
missed this, it was supposed to have been moved back but i forgot
  • Loading branch information
ab9rf committed Jun 6, 2024
1 parent 4c562a3 commit 7b55030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/include/DataIdentity.h
Original file line number Diff line number Diff line change
Expand Up @@ -659,11 +659,11 @@ namespace df
template<class T, int sz> struct identity_traits<T [sz]> {
static container_identity *get();
};
#endif

template<class T> struct identity_traits<std::vector<T> > {
static container_identity *get();
};
#endif

template<class T> struct identity_traits<std::vector<T*> > {
static stl_ptr_vector_identity *get();
Expand Down

0 comments on commit 7b55030

Please sign in to comment.