Skip to content

std::bind2nd is removed in c++17 #126

Closed
@gmoryes

Description

It used here:

  1. include/boost/gil/planar_pixel_iterator.hpp
  2. include/boost/gil/extension/numeric/pixel_numeric_operations.hpp
    It was deprecated in c++17. Could you use std::bind + std::placeholders instead std::bind2nd?

Thanks.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions