vector: expose base assignment operator
This commit is contained in:
parent
366b1f7879
commit
561925b201
@ -33,6 +33,7 @@ namespace util {
|
|||||||
struct vector : public coord::base<S,T,vector<S,T>>
|
struct vector : public coord::base<S,T,vector<S,T>>
|
||||||
{
|
{
|
||||||
using coord::base<S,T,vector<S,T>>::base;
|
using coord::base<S,T,vector<S,T>>::base;
|
||||||
|
using coord::base<S,T,vector<S,T>>::operator=;
|
||||||
|
|
||||||
// representations
|
// representations
|
||||||
template <size_t D = 4>
|
template <size_t D = 4>
|
||||||
|
Loading…
Reference in New Issue
Block a user