From 635e09f711091d5b35281302be16da82503f0f78 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 5 Jun 2017 19:13:58 +0100 Subject: Expose stream << Blob operator in test lib --- libdbpp/testCore.h | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3