Opened 14 years ago
Last modified 10 years ago
#2676 new Bugs
CodeGear compile error when including utility/result_of.hpp
Reported by: | Joaquín M López Muñoz | Owned by: | Douglas Gregor |
---|---|---|---|
Milestone: | Boost 1.38.0 | Component: | result_of |
Version: | Boost 1.37.0 | Severity: | Problem |
Keywords: | Cc: | daniel.j.walker@… |
Description
CodeGear fails to compile utility/result_of.hpp instead of gracefully degrading to the version for compilers without ISO decltype --apparently CodeGear has a decltype which is not ISO conformant, leading to the problem.
See complete discussion at http://lists.boost.org/Archives/boost/2009/01/147163.php
Daniel Walker provides a patch for this problem (attached.) I'm initially assigning this to Doug Gregor, but Daniel is CCed just in case he wants to reassign to himself.
Attachments (1)
Change History (2)
by , 14 years ago
Attachment: | djw_result_of_codegear.patch added |
---|
comment:1 by , 10 years ago
Component: | utility → result_of |
---|
Note:
See TracTickets
for help on using tickets.
Daniel Walker's patch