]> gcc.gnu.org Git - gcc.git/commit
libstdc++: Remove redundant 'inline' specifiers
authorJonathan Wakely <jwakely@redhat.com>
Fri, 24 Sep 2021 10:30:59 +0000 (11:30 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Fri, 24 Sep 2021 14:38:44 +0000 (15:38 +0100)
commit9b11107ed72ca543af41dbb3226e16b61d31b098
tree01594c184f335f9e01442162802268932fb1deb9
parent710c6ab4ad502cddc8bdf82c95f580fa94fbf9fb
libstdc++: Remove redundant 'inline' specifiers

These functions are constexpr, which means they are implicitly inline.

Signed-off-by: Jonathan Wakely <jwakely@redhat.com>
libstdc++-v3/ChangeLog:

* include/bits/range_access.h (cbegin, cend): Remove redundant
'inline' specifier.
libstdc++-v3/include/bits/range_access.h
This page took 0.054275 seconds and 5 git commands to generate.