Skip to content
  • Steve Bova's avatar
    58815233
    This addresses issue #1333. · 58815233
    Steve Bova authored
    wrapped existing view operators in cpp deprecated code block.
    created new, non-variadic view operators and put them in the '#else'
    block.  copied existing view operators and renamed them 'access(...)'
    ouside of the cpp block.
    
    duplicated the vector [] operators in and out of the
    cpp guards in order to make cleanup easier later.
    58815233
    This addresses issue #1333.
    Steve Bova authored
    wrapped existing view operators in cpp deprecated code block.
    created new, non-variadic view operators and put them in the '#else'
    block.  copied existing view operators and renamed them 'access(...)'
    ouside of the cpp block.
    
    duplicated the vector [] operators in and out of the
    cpp guards in order to make cleanup easier later.
Loading