apolukhin / Boost-Cookbook

Online examples from "Boost C++ Application Development Cookbook":
http://apolukhin.github.io/Boost-Cookbook/
Boost Software License 1.0
401 stars 108 forks source link

Fix Boost.GIL example for use with Boost 1.68 or later #8

Closed mloskot closed 5 years ago

mloskot commented 5 years ago

Fixes https://github.com/boostorg/gil/issues/165


Would it be of interest to update the existing/add new example for the new GIL IO available since Boost 1.68?

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 97.146% when pulling 53a04599269be8f924891681380b651671dd6f70 on mloskot:ml/fix-gil-example-for-boost-1.68 into 8c30a381f4d81b0c891aca09dfbeb203aa73a31b on apolukhin:second_edition.

apolukhin commented 5 years ago

Many thanks for the PR!