[Commits] [wesnoth/wesnoth] 69f5d9: Made more use of std::isalnum and std::isalpha (st...
GitHub
noreply at github.com
Fri Feb 2 06:42:08 UTC 2018
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 69f5d9c26094a80791ca4dd79c1980dd22703441
https://github.com/wesnoth/wesnoth/commit/69f5d9c26094a80791ca4dd79c1980dd22703441
Author: Charles Dang <exodia339 at gmail.com>
Date: 2018-02-02 (Fri, 02 Feb 2018)
Changed paths:
M src/config.cpp
M src/formula/tokenizer.cpp
M src/units/types.cpp
M src/version.cpp
Log Message:
-----------
Made more use of std::isalnum and std::isalpha (std::locale versions)
I didn't also deploy std::isdigit since @jyrkive said he feels digit comparison is fast
and simple enough.
More information about the Commits
mailing list