summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2017-06-05 19:13:58 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2017-06-05 19:13:58 +0100
commit635e09f711091d5b35281302be16da82503f0f78 (patch)
tree2e21380cdfff05528851043be9a98756438c1ebf
parentExpose Blob operator== (diff)
downloadlibdbpp-635e09f711091d5b35281302be16da82503f0f78.tar.bz2
libdbpp-635e09f711091d5b35281302be16da82503f0f78.tar.xz
libdbpp-635e09f711091d5b35281302be16da82503f0f78.zip
Expose stream << Blob operator in test lib
-rw-r--r--libdbpp/testCore.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libdbpp/testCore.h b/libdbpp/testCore.h
index eb53c43..c51e2f9 100644
--- a/libdbpp/testCore.h
+++ b/libdbpp/testCore.h
@@ -25,6 +25,10 @@ class DLL_PUBLIC TestCore {
};
/// @endcond
+DLL_PUBLIC
+std::ostream &
+operator<<(std::ostream & s, const Blob b);
+
}
#endif