mirror of https://github.com/davisking/dlib.git
More code cleanup.
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402746
This commit is contained in:
parent
659aef23d2
commit
a5871cdc69
|
@ -98,26 +98,6 @@ namespace dlib
|
|||
|
||||
// ----------------------------------------------------------------------------------------
|
||||
|
||||
/* TODO remove this
|
||||
template <
|
||||
typename OP
|
||||
>
|
||||
class matrix_zeroary_exp;
|
||||
|
||||
template <
|
||||
typename M,
|
||||
typename OP
|
||||
>
|
||||
class matrix_unary_exp;
|
||||
|
||||
template <
|
||||
typename M1,
|
||||
typename M2,
|
||||
typename OP
|
||||
>
|
||||
class matrix_binary_exp;
|
||||
*/
|
||||
|
||||
struct has_destructive_aliasing
|
||||
{
|
||||
template <typename M, typename U, long iNR, long iNC, typename MM, typename L >
|
||||
|
|
Loading…
Reference in New Issue