Emil Velikov <[email protected]> writes: > Seems to be a typo judging from the overall declaration of the > template. > > Cc: EdB <[email protected]> > Cc: Francisco Jerez <[email protected]> > Signed-off-by: Emil Velikov <[email protected]>
Thanks, Reviewed-by: Francisco Jerez <[email protected]> > --- > src/gallium/state_trackers/clover/util/compat.hpp | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/gallium/state_trackers/clover/util/compat.hpp > b/src/gallium/state_trackers/clover/util/compat.hpp > index a52a6af..735994f 100644 > --- a/src/gallium/state_trackers/clover/util/compat.hpp > +++ b/src/gallium/state_trackers/clover/util/compat.hpp > @@ -417,8 +417,8 @@ namespace clover { > pair(T first, S second) : > first(first), second(second) {} > > - S first; > - T second; > + T first; > + S second; > }; > > class exception { > -- > 2.1.0
pgpN6FcY5gSZl.pgp
Description: PGP signature
_______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
