Updates:
Status: WorkingAsIntended
Comment #1 on issue 448 by christian.plesner.hansen: X11 defines True and
False
http://code.google.com/p/v8/issues/detail?id=448
This is fairly easy to work around: include v8.h before Xlib.h. If you
need to use
v8::True you can #undef True after including Xlib.h or use
Boolean::New(true).
In general, we don't want to limit ourselves to names that no other library
in the
world #defines. The benefits would be limited and the drawback would be
confusing 99%
of API users with non-obvious names.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---