mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-29 12:07:36 +02:00
ftag to fusion_tag
[SVN r35250]
This commit is contained in:
@ -219,10 +219,8 @@ To see how `deref_impl` is used, lets have a look at the implementation of __der
|
|||||||
typename __result_of_deref__<Iterator>::type
|
typename __result_of_deref__<Iterator>::type
|
||||||
__deref__(Iterator const& i)
|
__deref__(Iterator const& i)
|
||||||
{
|
{
|
||||||
typename __result_of_deref__<Iterator>::type result =
|
return extension::deref_impl<typename Iterator::fusion_tag>::
|
||||||
extension::deref_impl<typename Iterator::fusion_tag>::
|
template apply<Iterator>::call(i);
|
||||||
template apply<Iterator>::call(i);
|
|
||||||
return result;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
So again __result_of_deref__ uses __tag_dispatching__ in exactly the
|
So again __result_of_deref__ uses __tag_dispatching__ in exactly the
|
||||||
|
Reference in New Issue
Block a user