boostorg / gil

Boost.GIL - Generic Image Library | Requires C++14 since Boost 1.80
https://boostorg.github.io/gil
Boost Software License 1.0
179 stars 163 forks source link

added missing header guards #568

Closed lpranam closed 3 years ago

lpranam commented 3 years ago

Description

added missing header guards in <boost/gil/image_processing/diffusion.hpp>

Tasklist

codecov[bot] commented 3 years ago

Codecov Report

Merging #568 (2043abb) into develop (a82af6d) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #568   +/-   ##
========================================
  Coverage    78.59%   78.59%           
========================================
  Files          117      117           
  Lines         4980     4980           
========================================
  Hits          3914     3914           
  Misses        1066     1066           
Impacted Files Coverage Δ
include/boost/gil/image_processing/diffusion.hpp 98.30% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a82af6d...2043abb. Read the comment docs.