File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121// / @cond
2222
2323namespace pqxx {
24- template <> std::string const type_name<pgvector::Vector>{" vector" };
24+ template <> inline std::string const type_name<pgvector::Vector>{" vector" };
2525
2626template <> struct nullness <pgvector::Vector> : pqxx::no_null<pgvector::Vector> {};
2727
@@ -66,7 +66,7 @@ template <> struct string_traits<pgvector::Vector> {
6666 }
6767};
6868
69- template <> std::string const type_name<pgvector::HalfVector>{" halfvec" };
69+ template <> inline std::string const type_name<pgvector::HalfVector>{" halfvec" };
7070
7171template <> struct nullness <pgvector::HalfVector> : pqxx::no_null<pgvector::HalfVector> {};
7272
@@ -111,7 +111,7 @@ template <> struct string_traits<pgvector::HalfVector> {
111111 }
112112};
113113
114- template <> std::string const type_name<pgvector::SparseVector>{" sparsevec" };
114+ template <> inline std::string const type_name<pgvector::SparseVector>{" sparsevec" };
115115
116116template <> struct nullness <pgvector::SparseVector> : pqxx::no_null<pgvector::SparseVector> {};
117117
You can’t perform that action at this time.
0 commit comments