On 2014/08/06 10:49:43, wingo wrote:
The C++ error (not caught by GCC?) was that you couldn't "friend class Foo"
where Foo was a typedef.  A strange restriction!

You also cannot forward-declare a typedef. C++ is a grab bag of arbitrary
restrictions and behaviours.

Anyway, this patch does the
simple thing and inlines the Checkpoint class definition into the ParserTraits
/
PreParserTraits.  PTAL.

LGTM


https://codereview.chromium.org/443903003/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to