Giter Club home page Giter Club logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
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 [email protected] on 31 May 2007 at 6:54

  • Changed state: Accepted

from sparsehash.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
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 [email protected] on 31 May 2007 at 9:00

from sparsehash.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024

Original comment by [email protected] on 31 May 2007 at 9:04

  • Changed state: Started

from sparsehash.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
Thanks for prompt response! It compiles indeed.

Original comment by [email protected] on 1 Jun 2007 at 8:49

from sparsehash.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 19, 2024
I just made the 0.7 release, which should fix this.

Original comment by [email protected] on 11 Jun 2007 at 7:48

  • Changed state: Fixed

from sparsehash.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.