diff options
Diffstat (limited to 'contrib/libc++/include/__undef_min_max')
-rw-r--r-- | contrib/libc++/include/__undef_min_max | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libc++/include/__undef_min_max b/contrib/libc++/include/__undef_min_max index 88bc53f..b1e80d1 100644 --- a/contrib/libc++/include/__undef_min_max +++ b/contrib/libc++/include/__undef_min_max @@ -9,11 +9,11 @@ //===----------------------------------------------------------------------===// #ifdef min -#warning: macro min is incompatible with C++. #undef'ing min +#warning: macro min is incompatible with C++. #undefing min #undef min #endif #ifdef max -#warning: macro max is incompatible with C++. #undef'ing max +#warning: macro max is incompatible with C++. #undefing max #undef max #endif |