Index: head/math/abacus/files/patch-Include-abacus_ostream.h =================================================================== --- head/math/abacus/files/patch-Include-abacus_ostream.h (nonexistent) +++ head/math/abacus/files/patch-Include-abacus_ostream.h (revision 384954) @@ -0,0 +1,11 @@ +--- 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; Property changes on: head/math/abacus/files/patch-Include-abacus_ostream.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