From: <se...@in...> - 2005-10-20 23:20:26
|
On Thu, 2005-10-20 at 06:03 -0400, Gilles J. Seguin wrote: > after applying patch for bits/cpp_type_traits.h known problem > > "make check" fails > 1- /usr/include/c++/4.0.1/bits/stl_algobase.h:164 > 2- /usr/include/c++/4.0.1/ext/mt_allocator.h:498 > 3- /usr/include/c++/4.0.1/ext/mt_allocator.h:544 > [...] > 2- is > const static size_t __align = ( > __alignof__(_Tp) >= sizeof(_Block_record) > ? __alignof__(_Tp) > : sizeof(_Block_record) > ); > > 3- is > const static size_t __align = ( > __alignof__(_Tp) >= sizeof(_Block_record) > ? __alignof__(_Tp) > : sizeof(_Block_record) > ); we accept static const static const but not const static |