[SCM] Debian packaging for XMLTooling-C branch, bug/gcc-4.3, created. upstream/1.0-1-g57d3720

Ferenc Wagner wferi at niif.hu
Tue Jun 10 09:36:30 UTC 2008


"Russ Allbery" <rra at debian.org> writes:

> The branch, bug/gcc-4.3 has been created
>         at  57d3720c2af36f7e23a688395f3b57d081ac28dd (commit)
>
> commit 57d3720c2af36f7e23a688395f3b57d081ac28dd
> Author: Russ Allbery <rra at debian.org>
> Date:   Sat Jun 7 11:00:35 2008 -0700
>
>     Add <memory> includes for auto_ptr
>     
>     g++ 4.3 requires <memory> be included for auto_ptr.  Previous versions
>     were apparently more tolerant.
>
> The following commit has been merged in the bug/gcc-4.3 branch:
> commit 5ff39e90a0fb4be83622b0787a135b608a96973d
> Author: Russ Allbery <rra at debian.org>
> Date:   Sat Jun 7 11:06:53 2008 -0700
>
>     Include <typeinfo> for typeid()
>
> diff --git a/xmltooling/base.h b/xmltooling/base.h
> index b6d3ba3..43e24ed 100644
> --- a/xmltooling/base.h
> +++ b/xmltooling/base.h
> @@ -30,6 +30,8 @@
>    #include <xmltooling/config_pub.h>
>  #endif
>  
> +#include <typeinfo>
> +
>  #ifdef XMLTOOLING_LITE
>  # define XMLTOOLING_NO_XMLSEC 1
>  #endif
>

Hi Scott,

Should we open an issue on JIRA for this?
-- 
Regards,
Feri.



More information about the Pkg-shibboleth-devel mailing list