[Geometry] Compilation errors after moving to 1.55b1

Moving to 1.55b1 from 1.54 gives:
Error 1 error C2976:
'boost::geometry::strategy::transform::translate_transformer' : too few
template arguments
offending line is:
typedef strategy::transform::translate_transformer

On 29 October 2013 15:10, Szymon Gatner
Moving to 1.55b1 from 1.54 gives:
Error 1 error C2976: 'boost::geometry::strategy::transform::translate_transformer' : too few template arguments
offending line is:
typedef strategy::transform::translate_transformer
Translate;
Compilation of what test case/example of Boost.Geometry using what compiler causes this error? Best regards, -- Mateusz Loskot, http://mateusz.loskot.net

Visual Studio 2012 Update 3, Windows 7.
Full contents of cpp file:
#include "pch.h"
#include "area_outline_node.hpp"
#include
On 29 October 2013 15:10, Szymon Gatner
wrote: Moving to 1.55b1 from 1.54 gives:
Error 1 error C2976: 'boost::geometry::strategy::transform::translate_transformer' : too few template arguments
offending line is:
typedef strategy::transform::translate_transformer
Translate; Compilation of what test case/example of Boost.Geometry using what compiler causes this error?
Best regards, -- Mateusz Loskot, http://mateusz.loskot.net _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
-- Szymon Gatner The Lordz Games Studio www.thelordzgamesstudio.com Twitter: @sgatner

Hi Szymon, Szymon Gatner wrote On 29-10-2013 16:10:
Moving to 1.55b1 from 1.54 gives:
Error1error C2976: 'boost::geometry::strategy::transform::translate_transformer' : too few template arguments
offending line is:
typedef strategy::transform::translate_transformer
Translate;
Sorry - this is not backwards compatible. You have to change the
template arguments by
typedef strategy::transform::translate_transformer
participants (3)
-
Barend Gehrels
-
Mateusz Loskot
-
Szymon Gatner