VSIPL 1.6 RTF Avatar
  1. OMG Issue

VSIPL16 — scatter, gather declarations should use const_View in place of View

  • Key: VSIPL16-4
  • Legacy Issue Number: 18197
  • Status: open  
  • Source: dpdx.net ( Brooks Moses)
  • Summary:

    The gather() and scatter() functions use an "Index<View<T,
    Block0>::dim>" template to describe the dimension of the Indices that
    they accept. However, "View" is not defined anywhere; the actual
    input/output type is given as "const_View".

    Thus, this should be changed to "Index<const_View<T, Block0>::dim>".

  • Reported: VSIPL++ 1.2 — Tue, 23 Oct 2012 04:00 GMT
  • Updated: Fri, 6 Mar 2015 20:57 GMT