gnash-commit
[Top][All Lists]
Advanced

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

Re: [Gnash-commit] /srv/bzr/gnash/trunk r10840: Applied patch from Andre


From: Benjamin Wolsey
Subject: Re: [Gnash-commit] /srv/bzr/gnash/trunk r10840: Applied patch from Andrea Palmatè
Date: Sun, 26 Apr 2009 16:53:13 +0200

> +#ifdef BOOST_NO_EXCEPTIONS
> +namespace boost
> +{
> +
> +     void throw_exception(std::exception const & e)
> +     {
> +             std::abort();
> +     }
> +}
> +#endif

Patches to boost, which is effectively what this is, don't belong in
Gnash sources. We have no control over boost sources, so if they change
anything it could easily break our build.

Please fix this a different way.

--
Free Flash, use Gnash
http://www.gnu.org/software/gnash/

Benjamin Wolsey, Software Developer - http://benjaminwolsey.de

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


reply via email to

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