mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-25 01:57:15 +02:00
fixes bug reported by John Maddock. Typo: associative structures have associative members.
[SVN r37762]
This commit is contained in:
@ -56,7 +56,7 @@ namespace boost { namespace fusion { namespace extension
|
|||||||
static type&
|
static type&
|
||||||
call(Struct const& struct_)
|
call(Struct const& struct_)
|
||||||
{
|
{
|
||||||
return struct_member<Struct, Key>::call(
|
return struct_assoc_member<Struct, Key>::call(
|
||||||
const_cast<Struct&>(struct_));
|
const_cast<Struct&>(struct_));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user