[Bug 12081] New: Autogenerated support.cpp has a syntax error
bugzilla at busybox.net
bugzilla at busybox.net
Mon Aug 5 10:05:07 UTC 2019
https://bugs.busybox.net/show_bug.cgi?id=12081
Bug ID: 12081
Summary: Autogenerated support.cpp has a syntax error
Product: uClibc++
Version: 0.2.5
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: Other
Assignee: unassigned at uclibc.org
Reporter: jeffersonklee at ucla.edu
CC: uclibc-cvs at uclibc.org
Target Milestone: ---
Created attachment 8186
--> https://bugs.busybox.net/attachment.cgi?id=8186&action=edit
Does not compile because of */ on line 53
I just cloned the repo off the git address:
git clone git://git.busybox.net/uClibc++
and I got the attached "support.cpp". At the very last line there's a trailing
*/ on the last line which makes it invalid C++. I'm currently fixing it by just
removing the */ on line 29.
If that's the correct behavior when disabling exception support, I can put in a
patch.
-Jeff
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the uClibc-cvs
mailing list