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