Commit c7a6b66a authored by Davis King's avatar Davis King

Fixed typo in the vector spec.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402828
parent 3388a964
......@@ -363,15 +363,6 @@ namespace dlib
provides a global swap function
!*/
template<typename T, long NR>
inline void swap (
vector<T,NR> & a,
vector<T,NR> & b
) { a.swap(b); }
/*!
provides a global swap function
!*/
template<typename T, long NR>
void serialize (
const vector<T,NR>& item,
......
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