-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[testing][cxxmodules]Reuse def loc #1378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Starting build on |
1 similar comment
|
Starting build on |
|
Build failed on centos7/gcc49. |
|
Build failed on slc6/gcc49. |
|
Build failed on mac1012/native. |
|
Build failed on slc6/gcc62. |
|
Build failed on ubuntu14/native. |
|
Build failed on ubuntu14/native. |
|
|
||
| assert(interp.getMacro("gROOT") && "Couldn't load gROOT macro?"); | ||
| interp.declare("#include <cassert>\n"); | ||
| interp.declare("#ifdef I\n #undef I\n #endif\n"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we move that in the else part of case LIBM? Probably we can use a PP API to undefine I and avoid recursive parsing.
No description provided.