Opened 14 years ago
Closed 14 years ago
#2261 closed Bugs (fixed)
Boost.TR1 broken by recent change.
Reported by: | John Maddock | Owned by: | Joel de Guzman |
---|---|---|---|
Milestone: | Boost 1.37.0 | Component: | fusion |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
This changeset: http://svn.boost.org/trac/boost/changeset/48244/trunk/boost/fusion/tuple/tuple.hpp has broken Boost.TR1, for example see: http://beta.boost.org/development/tests/trunk/developer/output/RudbekAssociates-V2-boost-bin-v2-libs-tr1-test-make_tuple-test-msvc-8-0-debug-threading-multi.html
The fix is easy: just change <utility> to <boost/config/no_tr1/utility.hpp>
Change History (3)
comment:1 by , 14 years ago
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Ping?
BTW, I don't mind fixing this if you give the go-ahead.
John.