2
0
mirror of https://github.com/boostorg/context.git synced 2026-01-23 17:32:16 +00:00

std::isdigit() -> isdigit() Argument depended lookup

This commit is contained in:
Oliver Kowalke
2015-06-05 14:57:49 +02:00
parent b8cb8dc2c2
commit 175dad2d04

View File

@@ -65,7 +65,7 @@ private:
}
void S(){
if (std::isdigit(next)){
if (isdigit(next)){
cb(next);
scan();
}