mirror of
https://github.com/drewcassidy/vector-victor.git
synced 2024-09-01 14:58:35 +00:00
Why the heck are those macros exported
This commit is contained in:
parent
86a85da562
commit
ae1c3a9e4b
@ -47,7 +47,6 @@ macro_rules! impl_matrix_op {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[doc(hidden)]
|
#[doc(hidden)]
|
||||||
#[macro_export]
|
|
||||||
macro_rules! _impl_op_unary_ex {
|
macro_rules! _impl_op_unary_ex {
|
||||||
($op_trait:ident::$op_fn:ident) => {
|
($op_trait:ident::$op_fn:ident) => {
|
||||||
_impl_op_m_internal!($op_trait, $op_fn, Matrix<L,M,N>, Matrix<L,M,N>);
|
_impl_op_m_internal!($op_trait, $op_fn, Matrix<L,M,N>, Matrix<L,M,N>);
|
||||||
@ -56,7 +55,6 @@ macro_rules! _impl_op_unary_ex {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[doc(hidden)]
|
#[doc(hidden)]
|
||||||
#[macro_export]
|
|
||||||
macro_rules! _impl_op_binary_ex {
|
macro_rules! _impl_op_binary_ex {
|
||||||
($op_trait:ident::$op_fn:ident, $op_assign_trait:ident::$op_assign_fn:ident) => {
|
($op_trait:ident::$op_fn:ident, $op_assign_trait:ident::$op_assign_fn:ident) => {
|
||||||
_impl_op_mm_internal!($op_trait, $op_fn, Matrix<L,M,N>, Matrix<R,M,N>, Matrix<L,M,N>);
|
_impl_op_mm_internal!($op_trait, $op_fn, Matrix<L,M,N>, Matrix<R,M,N>, Matrix<L,M,N>);
|
||||||
|
Loading…
Reference in New Issue
Block a user