<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - test_glsl_to_tgsi_lifetime.cpp:53:67: error: ‘>>’ should be ‘> >’ within a nested template argument list"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=102665#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - test_glsl_to_tgsi_lifetime.cpp:53:67: error: ‘>>’ should be ‘> >’ within a nested template argument list"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=102665">bug 102665</a>
              from <span class="vcard"><a class="email" href="mailto:gw.fossdev@gmail.com" title="Gert Wollny <gw.fossdev@gmail.com>"> <span class="fn">Gert Wollny</span></a>
</span></b>
        <pre>Strange,  this file should be compiled with c++11, the construct is legal
c++11, this  and according to [1] g++4.8 should support it (right angle
brackets N1757[2]).

Could you confirm that -std=s++11 or std=c++0x is actually set? - it is pulled
in from the CLANG_CXXFKAGS and it might be that this is actually not done with
older versions of clang. 


[1] <a href="https://gcc.gnu.org/gcc-4.8/cxx0x_status.html">https://gcc.gnu.org/gcc-4.8/cxx0x_status.html</a>
[2] <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1757.html">http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1757.html</a></pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>