Commit 29679fc6 authored by Davis King's avatar Davis King

Uncommented some stuff.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402786
parent 5165cb52
......@@ -93,7 +93,7 @@ namespace dlib
// ----------------------------------------------------------------------------------------
template <typename EXP1, typename EXP2>
inline void //inline typename enable_if<is_same_type<typename EXP1::layout_type, row_major_layout> >::type
inline typename enable_if<is_same_type<typename EXP1::layout_type, row_major_layout> >::type
matrix_assign_default (
EXP1& dest,
const EXP2& src,
......@@ -172,7 +172,6 @@ namespace dlib
// ----------------------------------------------------------------------------------------
#if 0
template <typename EXP1, typename EXP2>
inline typename enable_if<is_same_type<typename EXP1::layout_type, column_major_layout> >::type
matrix_assign_default (
......@@ -250,7 +249,6 @@ namespace dlib
}
}
}
#endif
// ----------------------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment