Opened 8 years ago
Closed 8 years ago
#10116 closed Patches (fixed)
Port to Boost.Core demangle()
Reported by: | Andrey Semashev | Owned by: | Matthias Schabel |
---|---|---|---|
Milestone: | Boost 1.57.0 | Component: | units |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
The following pull request:
https://github.com/boostorg/units/pull/2
ports Boost.Units to use Boost.Core implementation of demangle. Besides the benefits described in the pull request, merging will allow to close tickets #4763, #4876 and #6773.
Change History (2)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Milestone: | To Be Determined → Boost 1.57.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
By the way, consider also porting libs/units/example/systems.cpp to core::demangle() or remove that custom implementation, if not needed.