[all-commits] [llvm/llvm-project] 6382ec: [libc++][NFC] Reorder includes in locale.cpp
Louis Dionne via All-commits
all-commits at lists.llvm.org
Thu Sep 9 10:54:00 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6382ec1abb5f3ce2db7ee6cc7adacad45dc3c1d1
https://github.com/llvm/llvm-project/commit/6382ec1abb5f3ce2db7ee6cc7adacad45dc3c1d1
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2021-09-09 (Thu, 09 Sep 2021)
Changed paths:
M libcxx/src/locale.cpp
Log Message:
-----------
[libc++][NFC] Reorder includes in locale.cpp
Also, include <type_traits> unconditionally. There really isn't much
of a benefit in skipping it when exceptions are disabled.
More information about the All-commits
mailing list