thanks, hopefully fixed in SVN 1544.
Best Regards,
Jürgen
On 3/22/22 8:48 PM, Louis Chretien via
Bugs and suggestions for GNU APL wrote:
Version 1543 cleared a whole bunch of warnings from the two headers, but a new one popped up:
g++ -DHAVE_CONFIG_H -I. -I.. -Wall -I sql -I /Users/admin/Subversion/apl -g -O2 -I /Users/admin/Subversion/apl -MT apl-Bif_F12_PARTITION_PICK.o -MD -MP -MF .deps/apl-Bif_F12_PARTITION_PICK.Tpo -c -o apl-Bif_F12_PARTITION_PICK.o `test -f 'Bif_F12_PARTITION_PICK.cc' || echo './'`Bif_F12_PARTITION_PICK.ccBif_F12_PARTITION_PICK.cc:192:8: warning: template argument uses local type 'partition' [-Wlocal-type-template-args]vector<partition> partitions; // all partions on the B-axis^~~~~~~~~1 warning generated.
---Louis Chrétien