Issue 124940
Summary [libc++] Use [[__deprecated__]] for `__grow_by` in string
Labels libc++
Assignees philnik777
Reporter ldionne
    We currently use `_LIBCPP_DEPRECATED_`, which is user-controllable. Since that deprecation attribute intends to guard about internal misuse, `_LIBCPP_DISABLE_DEPRECATION_WARNINGS` shouldn't control whether those are produced.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to