Boost C++ Libraries: Ticket #7465: Wrong construtors access type in scale_transformer class https://svn.boost.org/trac10/ticket/7465 <p> Access type of constructors in class boost::geometry::strategy::transform::scale_transformer&lt;P1, P2, 3, 3&gt; 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&lt;P1, P2, 3, 3&gt;. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7465 Trac 1.4.3 Barend Gehrels Sat, 06 Apr 2013 23:04:48 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/7465#comment:1 https://svn.boost.org/trac10/ticket/7465#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Fixed, thanks for the report, sorry for the delay </p> Ticket Barend Gehrels Sat, 06 Apr 2013 23:05:10 GMT milestone changed https://svn.boost.org/trac10/ticket/7465#comment:2 https://svn.boost.org/trac10/ticket/7465#comment:2 <ul> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.54.0</span> </li> </ul> Ticket