[all-commits] [llvm/llvm-project] 5f5837: [libc++] Change `std::numeric_limits` to just `num...
Quuxplusone via All-commits
all-commits at lists.llvm.org
Mon Feb 15 13:13:59 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5f58374bbef356a4fd1565426257a4a24478a880
https://github.com/llvm/llvm-project/commit/5f58374bbef356a4fd1565426257a4a24478a880
Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
Date: 2021-02-15 (Mon, 15 Feb 2021)
Changed paths:
M libcxx/include/chrono
Log Message:
-----------
[libc++] Change `std::numeric_limits` to just `numeric_limits` in <chrono>.
The namespace is unnecessary, and libc++ style is not to include it on type names.
(As opposed to function names, where qualification affects ADL; and in certain
function signatures where `std::` and `_VSTD::` might be mangled differently.
This is none of those situations.)
More information about the All-commits
mailing list