Now Map_overlay_2 is a Handle, in order to control the
memory destruction.\
Now it is possible to create an object
Map_overlay_2 ovl(pm1,pm2);
pm1,pm2 are two planar subdivisions.
The call to the converter (from pm1 to map overlay is done successfully),
And the created temporary object is not freed thanks to the ref count.