diff options
Diffstat (limited to 'libcxx/include/__std_stream')
| -rw-r--r-- | libcxx/include/__std_stream | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/__std_stream b/libcxx/include/__std_stream index f6b3fd2f029..7dfb0c99bf1 100644 --- a/libcxx/include/__std_stream +++ b/libcxx/include/__std_stream @@ -97,7 +97,7 @@ typename __stdinbuf<_CharT>::int_type __stdinbuf<_CharT>::__getchar(bool __consume) { char __extbuf[__limit]; - int __nread = max(1, __encoding_); + int __nread = _STD::max(1, __encoding_); for (int __i = 0; __i < __nread; ++__i) { char __c = getc(__file_); |

