mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-21 00:02:42 +02:00
Fusion: minor fix for adapt_class_named
[SVN r59346]
This commit is contained in:
@ -55,8 +55,8 @@ namespace ns
|
||||
// this creates a fusion view: boost::fusion::adapted::point
|
||||
BOOST_FUSION_ADAPT_CLASS_NAMED(
|
||||
ns::point, point,
|
||||
(int, int, obj.get_x(), obj.set_x(val))
|
||||
(int, int, obj.get_y(), obj.set_y(val))
|
||||
(int, int, obj.obj.get_x(), obj.obj.set_x(val))
|
||||
(int, int, obj.obj.get_y(), obj.obj.set_y(val))
|
||||
)
|
||||
|
||||
int
|
||||
|
Reference in New Issue
Block a user