Opened 10 years ago

Closed 10 years ago

#7151 closed Bugs (fixed)

config.hpp does not define BOOST_HAS_TR1_TUPLE

Reported by: philipp.moeller@… 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)

comment:1 by John Maddock, 10 years ago

Given that the TR1 macros are basically deprecated in favor of the new C++11 ones I'm just going to document this limitation.

comment:2 by John Maddock, 10 years ago

Resolution: fixed
Status: newclosed

(In [83139]) Merge changes from Trunk. Fixes #6013. Fixes #7151. Fixes #7359. Fixes #7389. Fixes #7452. Fixes #7528. Fixes #7703. Fixes #7841. Fixes #7898. Fixes #7938. Fixes #8048.

Note: See TracTickets for help on using tickets.