gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-dev] Utilities and BOOST


From: Andrea Palmatè
Subject: [Gnash-dev] Utilities and BOOST
Date: Sun, 26 Apr 2009 13:08:24 +0200

Hi,
for those systems that doesn't have BOOST with exceptions enabled (like os4..) i've made some small patches to enable the use of BOOST

Basically it defines

#ifdef BOOST_NO_EXCEPTIONS
namespace boost
{

        void throw_exception(std::exception const & e)
        {
                std::abort();
        }
}
#endif


Attached the diff

Andrea

Attachment: utilities.diff
Description: Binary data



reply via email to

[Prev in Thread] Current Thread [Next in Thread]