update boost

This commit is contained in:
2023-11-24 12:56:13 -06:00
parent cfc99971af
commit 19d727037a
9260 changed files with 849256 additions and 299957 deletions

View File

@@ -214,8 +214,8 @@ namespace boost { namespace numeric { namespace ublas {
class map_array {
public:
typedef ALLOC allocator_type;
typedef typename ALLOC::size_type size_type;
typedef typename ALLOC::difference_type difference_type;
typedef typename boost::allocator_size_type<ALLOC>::type size_type;
typedef typename boost::allocator_difference_type<ALLOC>::type difference_type;
typedef std::pair<I,T> value_type;
typedef I key_type;
typedef T mapped_type;