Please review, i'll commit it, just need an OK.
softmath.patch.gz
Description: application/gzip
--
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version
Patch is ok for apply.
Thanks
Kai
Am 08.09.2014 10:39 schrieb "Jacek Caban" :
> ---
> mingw-w64-headers/include/winerror.h | 10 ++
> 1 file changed, 10 insertions(+)
>
>
>
>
> --
> Want excitement?
> Manually up
On 08.09.2014 15:39, Yaron Keren wrote:
>
> Thanks for looking into this so quickly!
>
> I am using the mingw-builds distribution from:
>
>
> http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/4.9.1/
>
> which does not have the debug
Hi LRN,
Thanks for looking into this so quickly!
I am using the mingw-builds distribution from:
http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/4.9.1/
which does not have the debug version of libstdc++,
libstdc++6-4.9.1-1-mingw_i68
On 08.09.2014 13:36, Yaron Keren wrote:
> with MinGW 4.82 (and 4.91) on Windows 7 I get:
>
> $1 =
>
> whereas with gcc 4.82 on Ubuntu 14 I get the full type:
>
> (gdb) print f
> $1 = { >> =
> { >> = { = {
> _vptr.ios_base = 0x77dc1e40 std::basic_ofstream >+64>,
> ...
>
> That is a
Hi,
Compile and debug
#include
int main() {
std::ofstream f("foo.txt");
}
g++ a.cpp -g
gdb
b main
r
n
print f
with MinGW 4.82 (and 4.91) on Windows 7 I get:
$1 =
whereas with gcc 4.82 on Ubuntu 14 I get the full type:
(gdb) print f
$1 = { >> =
{ >> = { = {
_vptr.ios_base = 0x7fff
---
mingw-w64-headers/include/winerror.h | 10 ++
1 file changed, 10 insertions(+)
diff --git a/mingw-w64-headers/include/winerror.h b/mingw-w64-headers/include/winerror.h
index e682d75..260514b 100644
--- a/mingw-w64-headers/include/winerror.h
+++ b/mingw-w64-headers/include/winerror.h