diff options
Diffstat (limited to 'libcxx/include/__tree')
| -rw-r--r-- | libcxx/include/__tree | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/__tree b/libcxx/include/__tree index 9f0931ee940..0aa9bff6151 100644 --- a/libcxx/include/__tree +++ b/libcxx/include/__tree @@ -971,7 +971,7 @@ private: template<class _Tp, class _Compare> #ifndef _LIBCPP_CXX03_LANG _LIBCPP_DIAGNOSE_WARNING(!std::__invokable<_Compare const&, _Tp const&, _Tp const&>::value, - "the specified comparator type does not provide a const call operator") + "the specified comparator type does not provide a viable const call operator") #endif int __diagnose_non_const_comparator(); |

