Closed GoogleCodeExporter closed 9 years ago
Interesting -- I didn't realize about exit() being in std. I'll fix that up.
As for the destructor calls, we've fixed the problem a different way, which
will be
in the next release. Thanks for diagnosing what was wrong with the original
syntax,
though. It seemed to us like it should be ok -- and indeed is in gcc, though
not
other compilers. We couldn't figure out the problem (though luckily that
didn't get
in the way of figuring out a fix :-) ).
I'll download stlport and try to fix up the configure scripts.
Original comment by csilv...@gmail.com
on 31 May 2007 at 6:54
I believe the problem with the std::exit is actually because we were missing a
necessary include file. Can you help test that? (I don't have access to the
sun
compiler.)
Try changing the type_traits_unittest.cc back to just exit() (not sys::exit()),
and
add #include <stdlib.h> at the top of the file. Does the code compile then?
Original comment by csilv...@gmail.com
on 31 May 2007 at 9:00
Original comment by csilv...@gmail.com
on 31 May 2007 at 9:04
Thanks for prompt response! It compiles indeed.
Original comment by dennis.c...@gmail.com
on 1 Jun 2007 at 8:49
I just made the 0.7 release, which should fix this.
Original comment by csilv...@gmail.com
on 11 Jun 2007 at 7:48
Original issue reported on code.google.com by
dennis.c...@gmail.com
on 31 May 2007 at 9:03Attachments: