libstdc++: bvector: undef always_inline macro
commita1ad62ee2fd070854d2137f35614af639c1a94f2
authorAlexandre Oliva <oliva@adacore.com>
Wed, 15 Nov 2023 01:15:29 +0000 (14 22:15 -0300)
committerAlexandre Oliva <oliva@gnu.org>
Wed, 15 Nov 2023 01:15:29 +0000 (14 22:15 -0300)
tree4ee7d2456555682a9a80c4750d69079bbebd3521
parent2220263f0e032a6af3cea44a17735833baa5fd93
libstdc++: bvector: undef always_inline macro

It's customary to undefine temporary internal macros at the end of the
header that defines them, even such widely-usable ones as
_GLIBCXX_ALWAYS_INLINE, so do so in the header where the define was
recently introduced.

for  libstdc++-v3/ChangeLog

* include/bits/stl_bvector.h (_GLIBCXX_ALWAYS_INLINE): Undef.
libstdc++-v3/include/bits/stl_bvector.h