Subject: Re: [Boost-users] [Boost.Python] Is it possible classes X Y returned each other?
From: Sergiy Nazarenko (nazarenko.sergiy_at_[hidden])
Date: 2012-06-29 12:48:04


Thanx a lot, Lars!
Your answer is worked perfect to solve of my task!

 inline Y X::getY() const { return Y(); }
>
>
Cheers,
Sergiy