kainjow / Mustache

Mustache text templates for modern C++
Boost Software License 1.0
357 stars 49 forks source link

Add #include <cctype> and std:: qualify isspace() #30

Closed Quincunx271 closed 6 years ago

Quincunx271 commented 6 years ago

Fixes #29

It seems my editor also removed all trailing whitespace. If this is undesirable, I'll figure out how to disable that.

codecov-io commented 6 years ago

Codecov Report

Merging #30 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #30   +/-   ##
=======================================
  Coverage   99.59%   99.59%           
=======================================
  Files           2        2           
  Lines        1478     1478           
=======================================
  Hits         1472     1472           
  Misses          6        6
Impacted Files Coverage Δ
mustache.hpp 100% <100%> (ø) :arrow_up:

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 2c37b24...2c550e5. Read the comment docs.

kainjow commented 6 years ago

Thanks!