Skip to content

Commit 7b55030

Browse files
committed
oops
missed this, it was supposed to have been moved back but i forgot
1 parent 4c562a3 commit 7b55030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/include/DataIdentity.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,11 +659,11 @@ namespace df
659659
template<class T, int sz> struct identity_traits<T [sz]> {
660660
static container_identity *get();
661661
};
662-
#endif
663662

664663
template<class T> struct identity_traits<std::vector<T> > {
665664
static container_identity *get();
666665
};
666+
#endif
667667

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

0 commit comments

Comments
 (0)