The unified diff between revisions [0010ca1a..] and [8846a6b8..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'sanity.hh'

#
#
# patch "sanity.hh"
#  from [ae8401c8dc9afd96ed17ebdb5362fa3cf735d405]
#    to [3d91a4abd21f2af06ea78724a922b3b52fa0838f]
#
============================================================
--- sanity.hh	ae8401c8dc9afd96ed17ebdb5362fa3cf735d405
+++ sanity.hh	3d91a4abd21f2af06ea78724a922b3b52fa0838f
@@ -279,8 +279,6 @@ private:
   T const & obj;
 };

-void dump(std::string const & obj, std::string & out);
-
 // The header line must be printed into the "out" string before
 // dump() is called.
 // This is so that even if the call to dump() throws an error,
@@ -316,4 +314,6 @@ Musing<T>::gasp(std::string & out) const
 #define MM(obj) /* */
 #endif

+template <> void dump(std::string const & obj, std::string & out);
+
 #endif // __SANITY_HH__