IOC is inside Clang-head

Walter Bright newshound2 at digitalmars.com
Thu Feb 7 21:29:17 PST 2013


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



More information about the Digitalmars-d mailing list