[Mesa-dev] [Bug 102665] test_glsl_to_tgsi_lifetime.cpp:53:67: error: ‘?=>>=?UTF-8?Q?’ should be ‘?=> >=?UTF-8?Q?’ within a nested template argument list

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Sep 12 11:14:19 UTC 2017


https://bugs.freedesktop.org/show_bug.cgi?id=102665

--- Comment #2 from Emil Velikov <emil.l.velikov at gmail.com> ---
One option is to add space between the two >> - it's compatible with older C++
standards and part of Mesa already uses it.

Alternatively, move '&' one character to the right (again we have some
instances in Mesa)

    MockCodelineWithSwizzle(unsigned _op, const vector<pair<int,int>> &_dst,

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20170912/0e1c0787/attachment-0001.html>


More information about the mesa-dev mailing list