microsoft / DirectXMath

DirectXMath is an all inline SIMD C++ linear algebra library for use in games and graphics apps
https://walbourn.github.io/introducing-directxmath/
MIT License
1.54k stars 238 forks source link

Inherit contructors of base struct in aligned structs #129

Closed danielkrupinski closed 3 years ago

danielkrupinski commented 3 years ago

Since C++11 using declaration can be used to inherit constructors of base class - https://en.cppreference.com/w/cpp/language/using_declaration#Inheriting_constructors.

ghost commented 3 years ago

CLA assistant check
All CLA requirements met.

walbourn commented 3 years ago

Thanks for the contribution. Looks good.