[all-commits] [llvm/llvm-project] a1ae7e: [libc++] Fix char_traits deprecation message (LLVM...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Fri Nov 17 11:32:25 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a1ae7e97de24b7d9f3cd331ff47fc5a0cb5c29fe
https://github.com/llvm/llvm-project/commit/a1ae7e97de24b7d9f3cd331ff47fc5a0cb5c29fe
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2023-11-17 (Fri, 17 Nov 2023)
Changed paths:
M libcxx/include/__string/char_traits.h
Log Message:
-----------
[libc++] Fix char_traits deprecation message (LLVM 18 -> 19) (#72690)
We intend to remove the base specialization in LLVM 19, not LLVM 18. We
simply forgot to update the deprecation message accordingly.
More information about the All-commits
mailing list