Hi,
I am trying to work with boost 1.57 and also I've got the geometry.extensions.gis from the develop branch. I am using geographic cs. Looking at extensions\gis\geographic\strategies\andoyer.hpp I think there is a problem with one of the constructors:
explicit inline andoyer(RadiusType f)
: m_ellipsoid(f)
{}