mirror of
https://github.com/boostorg/gil.git
synced 2026-02-22 15:32:10 +00:00
The point belongs to core basic concepts in GIL, not an optional utility. The tutorial starts with description of point. Such core concepts are defined in dedicated headers which is quite a useful convention that also makes the code structure clearer. Remove from trivial point2 class superfluous empty destructor, copy constructor, assignment operator. Clean up point.hpp formatting (eg. respect line length limit). Co-authored-by: Nikita Kniazev @Kojoley