fork download
  1.  
  2.  
  3. template<typename T, typename U>
  4. void foo(const T & t)
  5. {
  6. t.template bar<U>();
  7. }
  8.  
  9.  
  10. int main()
  11. {
  12.  
  13. }
  14.  
Success #stdin #stdout 0s 2880KB
stdin
Standard input is empty
stdout
Standard output is empty