openbsd-ports/devel/mysql++/patches/patch-sqlplusint_set2_hh
wilfried bf0e4b3714 a few gcc3 patches
also move the header files to ${LOCALBASE}/include/mysql++
2004-01-06 11:16:53 +00:00

15 lines
469 B
Plaintext

$OpenBSD: patch-sqlplusint_set2_hh,v 1.1 2004/01/06 11:16:53 wilfried Exp $
--- sqlplusint/set2.hh.orig 2001-05-19 18:44:48.000000000 +0200
+++ sqlplusint/set2.hh 2004-01-04 23:25:47.000000000 +0100
@@ -5,8 +5,8 @@
#include "stream2string3.hh"
template <class Container>
-inline Set<Container>::operator string () {
- return stream2string<string>(*this);
+inline Set<Container>::operator std::string () {
+ return stream2string<std::string>(*this);
}
#endif