Index: head/devel/ccdoc/files/patch-log.cc =================================================================== --- head/devel/ccdoc/files/patch-log.cc (nonexistent) +++ head/devel/ccdoc/files/patch-log.cc (revision 478098) @@ -0,0 +1,29 @@ +log.cc:236:8: error: invalid operands to binary expression ('std::__1::ostream' (aka 'basic_ostream') and 'std::__1::ostream') + (*os) << fct( *os ); + ~~~~~ ^ ~~~~~~~~~~ + +Never used + +--- log.cc.orig 2018-08-26 04:28:55 UTC ++++ log.cc +@@ -225,20 +225,6 @@ ccdoc::log& ccdoc::log::operator << (const vector::iterator i = m_os.begin(); +- for( ; i!=m_os.end(); ++i) { +- ostream* os = *i; +- if(os) +- (*os) << fct( *os ); +- } +- } +- return *this; +-} +-// ================================================================ + // Warning + // ================================================================ + ccdoc::log& ccdoc::log::warning() { Property changes on: head/devel/ccdoc/files/patch-log.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/ccdoc/files/patch-log.h =================================================================== --- head/devel/ccdoc/files/patch-log.h (nonexistent) +++ head/devel/ccdoc/files/patch-log.h (revision 478098) @@ -0,0 +1,10 @@ +--- log.h.orig 2018-08-26 04:31:27 UTC ++++ log.h +@@ -69,7 +69,6 @@ namespace ccdoc { + log& operator << (unsigned int); + log& operator << (long); + log& operator << (unsigned long); +- log& operator << (ostream& (fct)(ostream&)); + log& operator << (log& x) {return x;} + log& flush(); + void insert(ostream*); Property changes on: head/devel/ccdoc/files/patch-log.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property