Ticket #6811: boost_1_49_0-multi_array_ref.patch

File boost_1_49_0-multi_array_ref.patch, 419 bytes (added by Bruce Merry <bmerry@…>, 11 years ago)

Patch that fixes the problem under MSVC

  • boost\multi_array\multi_array_ref.hpp

    old new  
    6969
    7070#ifndef BOOST_NO_MEMBER_TEMPLATE_FRIENDS
    7171  // make const_multi_array_ref a friend of itself
    72   template <typename,std::size_t,typename>
     72  template <typename T2,std::size_t NumDims2,typename TPtr2>
    7373  friend class const_multi_array_ref;
    7474#endif
    7575