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:
@@ -65,7 +65,7 @@ private:
|
||||
}
|
||||
|
||||
void S(){
|
||||
if (std::isdigit(next)){
|
||||
if (isdigit(next)){
|
||||
cb(next);
|
||||
scan();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user