Opened 12 years ago
Closed 12 years ago
#4274 closed Feature Requests (fixed)
Support for C++0x type_index
Reported by: | Owned by: | John Maddock | |
---|---|---|---|
Milestone: | Boost 1.43.0 | Component: | config |
Version: | Boost 1.44.0 | Severity: | Problem |
Keywords: | Cc: |
Description
There is currently no way to determine whether C++0x <typeindex> header is available.
It will be of use in hash library, which currently has no support for std::type_index.
Note:
See TracTickets
for help on using tickets.
(In [62425]) Add new config macro for <typeindex>. Update config accordingly. Fixes #4274.