mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-23 17:17:23 +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&
|
||||
call(Struct const& struct_)
|
||||
{
|
||||
return struct_member<Struct, Key>::call(
|
||||
return struct_assoc_member<Struct, Key>::call(
|
||||
const_cast<Struct&>(struct_));
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user