[all-commits] [llvm/llvm-project] 982404: [libc++] Don't open-close namespace std in __confi...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Mon Nov 20 10:33:04 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9824040ad56103e350e6edbd59f05c606227c2c5
https://github.com/llvm/llvm-project/commit/9824040ad56103e350e6edbd59f05c606227c2c5
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2023-11-20 (Mon, 20 Nov 2023)
Changed paths:
M libcxx/include/__config
Log Message:
-----------
[libc++] Don't open-close namespace std in __config (#72695)
This doesn't seem necessary and it is just kind of weird to do that in
__config, so remove it.
More information about the All-commits
mailing list