opnsense-ports/math/abacus/files/patch-Include-abacus_ostream.h
Franco Fichtner 26ccd68319 */*: sync with upstream
Taken from: FreeBSD
2015-04-29 07:20:49 +02:00

11 lines
305 B
C++

--- Include/abacus/ostream.h.orig 2010-11-19 15:47:57 UTC
+++ Include/abacus/ostream.h
@@ -47,7 +47,7 @@ using namespace std;
class ABA_OSTREAM;
ABA_OSTREAM& endl(ABA_OSTREAM &o);
ABA_OSTREAM& flush(ABA_OSTREAM &o);
-using ::endl;
+using std::endl;
#include "abacus/abacusroot.h"
class ABA_STRING;