On 2/7/2013 8:48 PM, Ziad Hatahet wrote:
So what was it about C++ that made it a bad choice to use < > for template
parameters (honest question). Was it because it also overloads the << and >>
operators?

Grammatical ambiguities which require semantic analysis to figure out, such as:

  a < b < c >> 3

Reply via email to