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


_______________________________________________
Gnash-dev mailing list
Gnash-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to