-
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.
Steve Bova authoredwrapped 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