diff options
Diffstat (limited to 'devel/ccdoc/files/patch-log.h')
-rw-r--r-- | devel/ccdoc/files/patch-log.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/ccdoc/files/patch-log.h b/devel/ccdoc/files/patch-log.h new file mode 100644 index 000000000000..b99651b211a2 --- /dev/null +++ b/devel/ccdoc/files/patch-log.h @@ -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*); |