On Thu, Apr 10, 2008 at 11:36:09PM -0500, Patrick R. Michaud wrote: : Yes, but where does <type_constraint> resolve down to a typename? : My reading of STD.pm is that <type_constraint> becomes a <value> : (since it's not a 'where' clause in this case), and <value> is currently : one of <quote>, <number>, or <version>.
Value is supposed to include fulltypename, but I have it commented out at the moment due to the fact that my current longest-token matcher can't backtrack to an alternate choice. That is a temporary condition, hopefully. Larry