Fix compile error with Array<const T>.
For trivial types, we already had this const_cast (line 622), but for non-trivial types it was missing.
Showing
Please
register
or
sign in
to comment
For trivial types, we already had this const_cast (line 622), but for non-trivial types it was missing.