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

Commits on Feb 19, 2019

  1. use ::std for tolower, include <cctype>

    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/
    girtsf committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    76b92ef View commit details
    Browse the repository at this point in the history