#40550 closed defect (wontfix)
ld64 alignof template and C++11
Reported by: | antonbachin@… | Owned by: | jeremyhu (Jeremy Huddleston Sequoia) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.0 |
Keywords: | Cc: | cooljeanius (Eric Gallager) | |
Port: | ld64 |
Description
The ld64 port doesn't build in C++11 mode (using clang). It appears that the file src/ld/code-sign-blobs/memutils.h tries to declare a template called "alignof", which is a keyword in C++11. Is there an updated version of the ld64 source available?
Attachments (1)
Change History (4)
Changed 11 years ago by antonbachin@…
comment:1 Changed 11 years ago by mf2k (Frank Schima)
Owner: | changed from macports-tickets@… to jeremyhu@… |
---|
comment:2 Changed 11 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Resolution: | → wontfix |
---|---|
Status: | new → closed |
yes, that is true. I don't see what the problem is though. It's not a C++11 project.
Note: See
TracTickets for help on using
tickets.
In the future, please Cc the port maintainers (
port info --maintainers ld64
).