boostorg / polygon

Boost.org polygon module
http://boost.org/libs/polygon
57 stars 70 forks source link

atr_ missing from member initialization list #77

Open mpnunez opened 2 years ago

mpnunez commented 2 years ago

In boost/polygon/transform.hpp, the axistransformation class has several constructors. atr is in the member initializer list for some, but not all. This is causing compiler warnings when I compile with the -Weffc++ flag. It could probably be initialized as atr_(NULL_TRANSFORM) everywhere.