|
@@ -12,8 +12,8 @@ namespace math { namespace vector {
|
|
|
|
|
|
|
|
namespace math { namespace matrix { namespace concat_strategy {
|
|
namespace math { namespace matrix { namespace concat_strategy {
|
|
|
struct {
|
|
struct {
|
|
|
- } horizonal;
|
|
|
|
|
- using horizontal_concat_t = decltype(horizonal);
|
|
|
|
|
|
|
+ } horizontal;
|
|
|
|
|
+ using horizontal_concat_t = decltype(horizontal);
|
|
|
struct {
|
|
struct {
|
|
|
} vertical;
|
|
} vertical;
|
|
|
using vertical_concat_t = decltype(vertical);
|
|
using vertical_concat_t = decltype(vertical);
|