[all-commits] [llvm/llvm-project] 5ed162: [libc++][NFC] Replace uses of 'constexpr friend' b...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Mon Aug 16 08:43:18 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5ed162c8f9a430564820dd393f7ca8a666a739e2
https://github.com/llvm/llvm-project/commit/5ed162c8f9a430564820dd393f7ca8a666a739e2
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2021-08-16 (Mon, 16 Aug 2021)
Changed paths:
M libcxx/test/std/ranges/range.adaptors/range.take/types.h
Log Message:
-----------
[libc++][NFC] Replace uses of 'constexpr friend' by 'friend constexpr'
This is done for consistency, since that's what we do everywhere else
in the library.
More information about the All-commits
mailing list