diff options
Diffstat (limited to 'libstdc++-v3/include/ext')
-rw-r--r-- | libstdc++-v3/include/ext/bitmap_allocator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/ext/bitmap_allocator.h b/libstdc++-v3/include/ext/bitmap_allocator.h index 5841c7f..dfb7cba 100644 --- a/libstdc++-v3/include/ext/bitmap_allocator.h +++ b/libstdc++-v3/include/ext/bitmap_allocator.h @@ -783,7 +783,7 @@ namespace __gnu_cxx struct _Alloc_block { - char __unused[aligned_size<sizeof(value_type), 8>::value]; + char __M_unused[aligned_size<sizeof(value_type), 8>::value]; }; |