Skip to content

subchroma_image.hpp(573): error C2653: 'plane_view_t': is not a class or namespace name #480

@mloskot

Description

@mloskot

Actual behavior

boost/gil/extension/toolbox/image_types/subchroma_image.hpp is not self-contained or is broken as it does not compile.

Expected behavior

Successful compilation of the header.

C++ Minimal Working Example

#include <boost/gil/extension/toolbox/image_types/subchroma_image.hpp>
int main()
{
}

The reported error location in line 573 is non-sense

Environment

  • Compiler version: MSVC 14.1 and 14.2
  • Build settings: -std:c++latest and -permissive-
  • Version (Git ref or <boost/version.hpp>): 1.72 and current develop

Metadata

Metadata

Assignees

No one assigned

    Labels

    cat/bugBut reports and bug fixesext/toolboxboost/gil/extension/toolbox/

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions