Opened 10 years ago
Closed 10 years ago
#7151 closed Bugs (fixed)
config.hpp does not define BOOST_HAS_TR1_TUPLE
Reported by: | Owned by: | John Maddock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | config |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
The documentation of config.hpp says that BOOST_HAS_TR1_TUPLE will be defined, if it is available on the platform.
However, mothing in config makes an attempt to define the macro or include <boost/tr1/detail/config.hpp>, which defines it.
Change History (2)
Note:
See TracTickets
for help on using tickets.
Given that the TR1 macros are basically deprecated in favor of the new C++11 ones I'm just going to document this limitation.