Opened 12 years ago
Closed 8 years ago
#4876 closed Feature Requests (fixed)
Make boost::units::detail::demangle an official utility function
Reported by: | Owned by: | Steven Watanabe | |
---|---|---|---|
Milestone: | To Be Determined | Component: | units |
Version: | Boost 1.45.0 | Severity: | Optimization |
Keywords: | Cc: |
Description
Boost.Exception uses function demangle from boost/units/detail/utility.hpp. As some linux distributions want to ship Boost.Units in separate package and it is not generally good for one library to use internals of other library, it may worth to make demangle an official boost utility function, maybe after mini-review.
See also this letter: http://lists.boost.org/boost-users/2010/01/55790.php
Change History (2)
comment:1 by , 11 years ago
Component: | exception → units |
---|---|
Owner: | changed from | to
comment:2 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
The public demangle() function is now a member of Boost.Core.