We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b7efcd commit 27418feCopy full SHA for 27418fe
genwrap.pl
@@ -9,7 +9,7 @@
9
require ''. catfile $Bin, 'genpp.pl';
10
our (%type_overrides, %type_alias, %STAYWRAPPED, $INT_PDLTYPE, %REALCTYPE2PDLTYPE);
11
my %GLOBALTYPES = do { no warnings 'once'; (%PP::OpenCV::DIMTYPES, map +($_=>[]), keys %STAYWRAPPED) };
12
-my @PDLTYPES_SUPPORTED = grep $_->real && $_->ppsym !~/[KPQN]/ && howbig($_) <= 8, PDL::Types::types;
+my @PDLTYPES_SUPPORTED = grep $_->real && $_->ppsym !~/[KPQNE]/ && howbig($_) <= 8, PDL::Types::types;
13
my %VECTORTYPES = (%GLOBALTYPES, map +($_=>[]), qw(int float double char uchar));
14
my $wrap_re = qr/^(?:(?!String)[A-Z]|vector_)/;
15
my %extra_cons_args = (
0 commit comments