Commit 7652acce authored by Davis King's avatar Davis King

Minor change to avoid warning from gcc.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403341
parent 6aeead8f
......@@ -369,16 +369,16 @@ namespace dlib
typename T
>
void serialize (
const linear_kernel<T>& item,
std::ostream& out
const linear_kernel<T>& ,
std::ostream&
){}
template <
typename T
>
void deserialize (
linear_kernel<T>& item,
std::istream& in
linear_kernel<T>& ,
std::istream&
){}
template <
......
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