Skip to content

Commit

Permalink
Properly export template specialization
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzmbrzl committed Dec 26, 2023
1 parent 6ad67e5 commit 08e44e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/soci/row.h
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class SOCI_DECL row
};

template <>
blob row::move_as<blob>(std::size_t pos) const;
blob SOCI_DECL row::move_as<blob>(std::size_t pos) const;

} // namespace soci

Expand Down

0 comments on commit 08e44e1

Please sign in to comment.