vec: Silence clang warning
authorRichard Sandiford <richard.sandiford@arm.com>
Sun, 13 Dec 2020 10:41:06 +0000 (10:41 +0000)
committerRichard Sandiford <richard.sandiford@arm.com>
Sun, 13 Dec 2020 10:41:06 +0000 (10:41 +0000)
commitda40a69c9ef8784d37c968ac37daf6f8883d2755
tree49d54cf334b0d2015ecb2fe4110d004f9b3c6601
parent9855e8a90df518c374f83b5fbe7cb06f78ca8d36
vec: Silence clang warning

I noticed during compatibility testing that clang warns that this
operator won't be implicitly const in C++14 onwards.

gcc/
* vec.h (vnull::operator vec<T, A, L>): Make const.
gcc/vec.h