Skip to content
Unverified Commit ac3d1310 authored by David Neto's avatar David Neto Committed by GitHub
Browse files

Element type is const for analysis::Vector,Matrix,RuntimeArray (#2765)

This makes it symmetric with the result type of ...->element_type which
returns a const Type.

So now we can write code like this:

   analysis::Vector v = ...
   analysis::Vector(v->element_type(), 2);
parent 49797609
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment