Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

use ::std for tolower #86

Merged
merged 1 commit into from
Feb 19, 2019
Merged

use ::std for tolower #86

merged 1 commit into from
Feb 19, 2019

Conversation

girtsf
Copy link
Contributor

@girtsf girtsf commented Feb 13, 2019

Some C++ compilers don't export C functions into :: scope. This makes
tolower accessible to those compilers.

Reference: https://en.cppreference.com/w/cpp/header#C_compatibility_headers

Some C++ compilers don't export C functions into `::` scope. This makes
`tolower` accessible to those compilers. Also, add `include <cctype>` to
make sure we are pulling in a header that contains it.

References:
* https://en.cppreference.com/w/cpp/header#C_compatibility_headers
* http://www.cplusplus.com/reference/cctype/
@codecov
Copy link

codecov bot commented Feb 19, 2019

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #86   +/-   ##
=======================================
  Coverage   94.85%   94.85%           
=======================================
  Files           2        2           
  Lines         680      680           
=======================================
  Hits          645      645           
  Misses         35       35
Impacted Files Coverage Δ
include/clara.hpp 93.3% <100%> (ø) ⬆️

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 a6dfbbd...76b92ef. Read the comment docs.

@horenmar horenmar merged commit e306107 into catchorg:master Feb 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants