[all-commits] [llvm/llvm-project] e0e7bd: [libc++] Add missing std:: qualification to __synt...
Quuxplusone via All-commits
all-commits at lists.llvm.org
Wed Mar 2 09:17:49 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e0e7bd15b968203fa6a8000560aad542db6d832c
https://github.com/llvm/llvm-project/commit/e0e7bd15b968203fa6a8000560aad542db6d832c
Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
Date: 2022-03-02 (Wed, 02 Mar 2022)
Changed paths:
M libcxx/include/__compare/synth_three_way.h
Log Message:
-----------
[libc++] Add missing std:: qualification to __synth_three_way.
This might be unobservable, since __synth_three_way is only ever
called as a result of using an (ADL) operator on std::pair or std::tuple.
More information about the All-commits
mailing list