|
From: <se...@in...> - 2005-10-19 17:51:25
|
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
1- is
std::__iter_swap<
__are_same<_ValueType1, _ValueType2>::__value
&& __are_same<_ValueType1 &, _ReferenceType1>::__value
&& __are_same<_ValueType2 &, _ReferenceType2>::__value
>::iter_swap(__a, __b);
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)
);
needs investigation.
so, i am stock there
|