opnsense-ports/devel/ccdoc/files/patch-log.h
Franco Fichtner 85d066a61f */*: sync with upstream
Taken from: HardenedBSD
2018-09-03 02:25:18 +02:00

10 lines
332 B
C

--- 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*);