Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#7465 closed Bugs (fixed)

Wrong construtors access type in scale_transformer class

Reported by: Kirill Ierusalimov <kirill.ierusalimov@…> Owned by: Barend Gehrels
Milestone: Boost 1.54.0 Component: geometry
Version: Boost 1.52.0 Severity: Problem
Keywords: geometry scale_transformer constructor Cc:

Description

Access type of constructors in class boost::geometry::strategy::transform::scale_transformer<P1, P2, 3, 3> should be public (now it is private) like in 2D version of scaler (see header boost/geometry/strategies/transform/matrix_transformers.hpp). So it is no way to create object of type scale_transformer<P1, P2, 3, 3>.

Change History (2)

comment:1 by Barend Gehrels, 10 years ago

Resolution: fixed
Status: newclosed

Fixed, thanks for the report, sorry for the delay

comment:2 by Barend Gehrels, 10 years ago

Milestone: To Be DeterminedBoost 1.54.0
Note: See TracTickets for help on using tickets.