refs #5127 applying Michael Morin's patch for transform_iterator to trunk

[SVN r78121]
This commit is contained in:
Jeffrey Lee Hellrung, Jr.
2012-04-22 01:27:49 +00:00
parent 964a29979c
commit ad90dac61d
4 changed files with 16 additions and 10 deletions

View File

@@ -46,7 +46,7 @@ namespace boost
// the function.
typedef typename ia_dflt_help<
Reference
, result_of<UnaryFunc(typename std::iterator_traits<Iterator>::reference)>
, result_of<const UnaryFunc(typename std::iterator_traits<Iterator>::reference)>
>::type reference;
// To get the default for Value: remove any reference on the