mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Fix build
Reported by: pkg-fallout MFH: 2014Q2
This commit is contained in:
parent
4aa87895da
commit
98d4b5ce7f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351950
1 changed files with 13 additions and 0 deletions
13
math/gambit/files/patch-src-libgambit_integer.h
Normal file
13
math/gambit/files/patch-src-libgambit_integer.h
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- 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);
|
Loading…
Add table
Reference in a new issue