Ticket #12110 (closed defect: fixed)
BUG - Boost 1.34.0
| Reported by: | cliff.spradlin@… | Owned by: | ryandesign@… |
|---|---|---|---|
| Priority: | High | Milestone: | |
| Component: | ports | Version: | 1.4.40 |
| Keywords: | Cc: | cliff.spradlin@…, sanchom@…, ryandesign@… | |
| Port: |
Description
The new boost update port doesn't create a "boost" directory symlink in /opt/local/include from the version specific directory /opt/local/include/boost-1_34.
The reason for this is so that code can do: "#include <boost/whatever.h>" and have it always work. If code needs a specific version, the proper practice is to do: "#include <boost-1_34/whatever.h>"
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


