[all-commits] [llvm/llvm-project] 999434: [libc++][NFC] Use >= 23 instead of > 20 in pair.h
Louis Dionne via All-commits
all-commits at lists.llvm.org
Sat Feb 11 09:23:02 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9994340a49bab87b2dc15ae336c80deb8811eec8
https://github.com/llvm/llvm-project/commit/9994340a49bab87b2dc15ae336c80deb8811eec8
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2023-02-11 (Sat, 11 Feb 2023)
Changed paths:
M libcxx/include/__utility/pair.h
Log Message:
-----------
[libc++][NFC] Use >= 23 instead of > 20 in pair.h
Commit: a98936d5a6982b4d92801bacbf524d0af2fc7674
https://github.com/llvm/llvm-project/commit/a98936d5a6982b4d92801bacbf524d0af2fc7674
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2023-02-11 (Sat, 11 Feb 2023)
Changed paths:
M libcxx/include/__utility/pair.h
Log Message:
-----------
[libc++][NFC] Use std:: instead of _VSTD:: in pair.h
Commit: ab17e1b76cf75f080b020a17e5983c3ea4f6e09a
https://github.com/llvm/llvm-project/commit/ab17e1b76cf75f080b020a17e5983c3ea4f6e09a
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2023-02-11 (Sat, 11 Feb 2023)
Changed paths:
M libcxx/include/__utility/pair.h
Log Message:
-----------
[libc++][NFC] Always define __non_trivially_copyable_base in pair.h
Only the actual inheritance needs to be guarded.
Commit: b48880f39f96ca2f7b287612bdaaf3428c949ee3
https://github.com/llvm/llvm-project/commit/b48880f39f96ca2f7b287612bdaaf3428c949ee3
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2023-02-11 (Sat, 11 Feb 2023)
Changed paths:
M libcxx/include/__utility/pair.h
Log Message:
-----------
[libc++][NFC] Use using instead of typedef in pair.h
Compare: https://github.com/llvm/llvm-project/compare/1d6117c8c4d2...b48880f39f96
More information about the All-commits
mailing list