diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-09-22 14:45:22 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-09-22 14:45:22 +0000 |
commit | ab7bf13bad2362205a8cb1350e17dd3ca2acbb94 (patch) | |
tree | eae217c29ce658ad5d9b642fdd132b1a1ab5e17b /math/gambit/files | |
parent | - Add patch after the recent SOCK_RAW bug fix in FreeBSD head (r270929) (diff) |
- Update to 13.1.2
Changes:
* https://github.com/gambitproject/gambit/compare/v13.1.1...v13.1.2
Diffstat (limited to 'math/gambit/files')
-rw-r--r-- | math/gambit/files/patch-src-libgambit_integer.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/math/gambit/files/patch-src-libgambit_integer.h b/math/gambit/files/patch-src-libgambit_integer.h deleted file mode 100644 index f26e023d0122..000000000000 --- a/math/gambit/files/patch-src-libgambit_integer.h +++ /dev/null @@ -1,13 +0,0 @@ ---- src/libgambit/integer.h.orig 2014-04-23 14:09:42.000000000 +0200 -+++ src/libgambit/integer.h 2014-04-23 14:10:50.000000000 +0200 -@@ -224,8 +224,8 @@ - long as_long() const { return Itolong(rep); } - double as_double() const { return Itodouble(rep); } - -- friend std::string Itoa(const Integer& x, int base = 10, int width = 0); -- friend Integer atoI(const char* s, int base = 10); -+ friend std::string Itoa(const Integer& x, int base /*= 10*/, int width /*= 0*/); -+ friend Integer atoI(const char* s, int base /*= 10*/); - - friend std::istream &operator>>(std::istream &s, Integer& y); - friend std::ostream &operator<<(std::ostream &s, const Integer& y); |