[PyQt] sip: template<> %MappedType doesn't allow /AllowNone/

Phil Thompson phil at riverbankcomputing.com
Thu Sep 13 17:44:19 BST 2012


On Mon, 10 Sep 2012 23:31:20 +0200, Mathias.Born at gmx.de wrote:
> Phil,
> 
> While using /AlloNone/ on a normal mapped type directive like
> 
> %MappedType boost::optional<fs::path> /AllowNone/
> 
> works, sip tells me
> 
> Deprecation warning : type_mappings.sip.h:269: Annotation is invalid
> 
> for
> 
> template<Type>
> %MappedType boost::optional<Type> /AllowNone/
> 
> If this is intended, why this limitiation?

Lazy programming on my part - fixed in hg.

Phil


More information about the PyQt mailing list