summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libstdc++-v3/include/bits/basic_string.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/libstdc++-v3/include/bits/basic_string.h b/libstdc++-v3/include/bits/basic_string.h
index 8c353771ec6..098c31f8e19 100644
--- a/libstdc++-v3/include/bits/basic_string.h
+++ b/libstdc++-v3/include/bits/basic_string.h
@@ -3010,12 +3010,7 @@ _GLIBCXX_END_NAMESPACE_CXX11
size_type _M_length;
size_type _M_capacity;
_Atomic_word _M_refcount;
- }
-#ifdef _GLIBCXX_HAS_ASAN
- __attribute__((aligned(8)));
-#else
- ;
-#endif
+ } __attribute__((aligned(8)));
struct _Rep : _Rep_base
{