Hi Albert, On 8 September 2015 at 14:06, Albert Freeman <albertwdfree...@gmail.com> wrote: > When parsing an variable declaration qualified with the typename > keyword, clang attempted to declare a variable with the type of non > type member "enum type type" of module::argument (within the header > file clover/core/module.hpp) instead of the typed member of > module::argument "enum type". > > Replaced "typename" with "enum" to force clang to declare the variable > marg_type with type "enum type" of module::argument. > Committed to master. Should also end up in 11.0 before the final release.
Thanks Emil _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev