Opened 10 years ago
Closed 10 years ago
#7604 closed Bugs (fixed)
Mistake in online documentation for deref_data
Reported by: | Owned by: | Joel de Guzman | |
---|---|---|---|
Milestone: | To Be Determined | Component: | fusion |
Version: | Boost 1.51.0 | Severity: | Cosmetic |
Keywords: | deref_data | Cc: |
Description
" Synopsis: template<
typename I
typename result_of::deref_data<I>::type deref(I const& i); "
Wrong function name - should be deref_data.
1.52.0_beta1 also has same problem: http://www.boost.org/doc/libs/1_52_0_beta1/libs/fusion/doc/html/fusion/iterator/functions/deref_data.html#fusion.iterator.functions.deref_data.synopsis
Note:
See TracTickets
for help on using tickets.