Bug #20247
mooc++.h release 4.8 has C++ syntax where it should not
0%
Description
I can't compile a current C only (not C++) project with the stable Mooc release because mooc++.h (now mooc++-4.8.h) has some
C++ syntax in it and includes other C++ stuff.
The timeline for when this happened is a little confusing, because #if's to go around the C++ stuff were added back in Nov. 2017 according to git.
We need to be able to fix/access this without moving on to release 5.0.
History
#1 Updated by Richard Neswold over 2 years ago
- Status changed from New to Feedback
I edited the header files to remove the C++ stuff when compiling with C. Please try again and close out the issue, if it's fixed.
#2 Updated by Richard Neswold over 2 years ago
Richard Neswold wrote:
I edited the header files to remove the C++ stuff when compiling with C. Please try again and close out the issue, if it's fixed.
Have you had a chance to test this, Dennis?
#3 Updated by Richard Neswold over 2 years ago
- Assignee changed from Richard Neswold to Dennis Nicklaus
Transferring to Dennis so he can verify the problem went away.