diff options
author | Alexandre Oliva <oliva@gnu.org> | 2023-11-15 01:45:58 -0300 |
---|---|---|
committer | Alexandre Oliva <oliva@gnu.org> | 2023-11-15 01:45:58 -0300 |
commit | 081fddbbcf9790229f4fe885781548ba1f6a365a (patch) | |
tree | 3909dec30988a3ade2d620125563ae8b51336b1a | |
parent | f5d94999ee6a7bd247c3d74959ebdd46334d7804 (diff) | |
download | gcc-081fddbbcf9790229f4fe885781548ba1f6a365a.zip gcc-081fddbbcf9790229f4fe885781548ba1f6a365a.tar.gz gcc-081fddbbcf9790229f4fe885781548ba1f6a365a.tar.bz2 |
Revert "libstdc++: bvector: undef always_inline macro"
This reverts commit a1ad62ee2fd070854d2137f35614af639c1a94f2.
-rw-r--r-- | libstdc++-v3/include/bits/stl_bvector.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libstdc++-v3/include/bits/stl_bvector.h b/libstdc++-v3/include/bits/stl_bvector.h index 8b97b61..64f04c1 100644 --- a/libstdc++-v3/include/bits/stl_bvector.h +++ b/libstdc++-v3/include/bits/stl_bvector.h @@ -1630,6 +1630,4 @@ _GLIBCXX_END_NAMESPACE_CONTAINER _GLIBCXX_END_NAMESPACE_VERSION } // namespace std -#undef _GLIBCXX_ALWAYS_INLINE - #endif |