On Tue, Oct 18, 2016 at 3:32 PM, Emil Velikov <[email protected]> wrote: > On 17 October 2016 at 23:07, Jan Ziak <[email protected]> wrote: > >> - exec_list assign_list; >> + arraylist<ir_assignment*,4> assign_list; >> > Just an FYI - when people started using C++ for glsl there was an > agreement that templating is not to be used.
In my opinion, avoiding templates for the very basic datatypes (such as lists, sets and maps) in a language supporting templates is highly unusual and counter-productive. I can agree with Mesa not wanting to use templates in other cases. > Not sure if it still holds true, nowadays. > Emil _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
