Changes between Initial Version and Version 1 of Ticket #4715, comment 5
- Timestamp:
- Oct 6, 2010, 7:55:24 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4715, comment 5
initial v1 1 1 In my testing, you just need an extra include: 2 2 3 {{{ 3 4 #include <boost/utility/result_of.hpp> 5 }}} 4 6 5 7 and then it compiles fine with GCC 4.1.2 and the Boost trunk.