Ticket #10221: linear_algebra.hpp.patch

File linear_algebra.hpp.patch, 611 bytes (added by bnorman@…, 8 years ago)

patch from Steven Watanabe

  • boost/units/detail/linear_algebra.hpp

    diff -ru a/boost/units/detail/linear_algebra.hpp b/boost/units/detail/linear_algebra.hpp
    a b  
    246246        typedef typename RowsBegin::item top_row;
    247247        typedef typename determine_extra_equations_skip_zeros_impl<
    248248            top_row::item::Numerator == 0,
    249             RowsBegin::item::size::value == 1
     249            RowsBegin::size::value == 1
    250250        >::template apply<
    251251            RowsBegin,
    252252            RowsBegin::size::value,