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

@@ -1691,8 +1691,8 @@ namespace boost { namespace numeric { namespace ublas {
#ifdef BOOST_UBLAS_ENABLE_PROXY_SHORTCUTS
using vector_container<self_type>::operator ();
#endif
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 T value_type;
typedef const T &const_reference;
typedef T &reference;
@@ -1912,8 +1912,8 @@ namespace boost { namespace numeric { namespace ublas {
#ifdef BOOST_UBLAS_ENABLE_PROXY_SHORTCUTS
using vector_container<self_type>::operator ();
#endif
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 T value_type;
typedef const T &const_reference;
typedef T &reference;
@@ -2175,8 +2175,8 @@ namespace boost { namespace numeric { namespace ublas {
#ifdef BOOST_UBLAS_ENABLE_PROXY_SHORTCUTS
using vector_container<self_type>::operator ();
#endif
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 T value_type;
typedef const T &const_reference;
typedef T &reference;