> %type course_plot { std::vector<unsigned long>* }
>
> course_plot(V) ::= COURSE_PLOT_BEG course_plot_sector(A) .
> {
>
The issue is more what V is when the vector isn't created.
Igmar
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

