summaryrefslogtreecommitdiff
path: root/regcomp.c
diff options
context:
space:
mode:
authorTomasz Konojacki <me@xenu.pl>2023-02-13 02:37:08 +0100
committerKarl Williamson <khw@cpan.org>2023-02-12 20:23:03 -0700
commit3475eb469dc997fee540f7af34dc2e178fd5a184 (patch)
tree9d36a604909296d8984f86e5c879443fa4f4c513 /regcomp.c
parent845f95ae0fa61f7b3ba9036a50e8daba554e5f38 (diff)
downloadperl-3475eb469dc997fee540f7af34dc2e178fd5a184.tar.gz
sv.c: fix compilation with g++ <= 7
This compiler predates the addition of designated initializers to the C++ standard, so it's not surprising its implementation isn't fully compliant. Omitting a field in a designated initializer list causes the following error: sv.c: In function ‘void Perl_sv_upgrade(SV*, svtype)’: sv.c:1088:13: sorry, unimplemented: non-trivial designated initializers not supported
Diffstat (limited to 'regcomp.c')
0 files changed, 0 insertions, 0 deletions