#7465 closed Bugs (fixed)
Wrong construtors access type in scale_transformer class
Reported by: | 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 , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 10 years ago
Milestone: | To Be Determined → Boost 1.54.0 |
---|
Note:
See TracTickets
for help on using tickets.
Fixed, thanks for the report, sorry for the delay