Build fix with MSVC2017
ClosedPublic

Authored by cadam on Oct 9 2019, 11:04 AM.

Details

Reviewers
smartins
Summary

std::isspace is part of <cctype>. MSVC is picky about it.

Diff Detail

Repository
R74 Clazy
Lint
Lint Skipped
Unit
Unit Tests Skipped
cadam requested review of this revision.Oct 9 2019, 11:04 AM
cadam created this revision.
smartins accepted this revision.Oct 9 2019, 1:23 PM
This revision is now accepted and ready to land.Oct 9 2019, 1:23 PM
smartins closed this revision.Oct 9 2019, 10:14 PM

pushed, thanks!