diff --git a/dlib/matrix/matrix_assign.h b/dlib/matrix/matrix_assign.h index 61329b5c5..f8f890fbf 100644 --- a/dlib/matrix/matrix_assign.h +++ b/dlib/matrix/matrix_assign.h @@ -116,6 +116,12 @@ namespace dlib const static int value = column_matrix; }; + template + struct matrix_type_id > + { + const static int value = column_matrix; + }; + template struct matrix_type_id > {