From: Rainer Orth Date: Thu, 3 Oct 2019 14:35:35 +0000 (+0000) Subject: Avoid reserved identifier in include/parallel/multiway_merge.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ebf8247e7b8d944e75ebcb406a992b24425fc712;p=gcc.git Avoid reserved identifier in include/parallel/multiway_merge.h * include/parallel/multiway_merge.h (_RAIter3): Replace _C by _Cp. From-SVN: r276515 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 2474a69e805..7beb037110d 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2019-10-03 Rainer Orth + + * include/parallel/multiway_merge.h (_RAIter3): Replace _C by _Cp. + 2019-10-02 Jonathan Wakely * config/abi/pre/gnu.ver: Tighten up greedy wildcards. diff --git a/libstdc++-v3/include/parallel/multiway_merge.h b/libstdc++-v3/include/parallel/multiway_merge.h index c5f85881ace..63ad27403c6 100644 --- a/libstdc++-v3/include/parallel/multiway_merge.h +++ b/libstdc++-v3/include/parallel/multiway_merge.h @@ -232,7 +232,7 @@ namespace __gnu_parallel * * @return End iterator of output sequence. */ - template class iterator, + template class iterator, typename _RAIterIterator, typename _RAIter3, typename _DifferenceTp, @@ -351,7 +351,7 @@ namespace __gnu_parallel * * @return End iterator of output sequence. */ - template class iterator, + template class iterator, typename _RAIterIterator, typename _RAIter3, typename _DifferenceTp,