| // Copyright (C) 2014 Davis E. King (davis@dlib.net) | |
| // License: Boost Software License See LICENSE.txt for the full license. | |
| namespace dlib | |
| { | |
| template <typename T> | |
| void resize(T& v, unsigned long n) { v.resize(n); } | |
| } | |
| // Copyright (C) 2014 Davis E. King (davis@dlib.net) | |
| // License: Boost Software License See LICENSE.txt for the full license. | |
| namespace dlib | |
| { | |
| template <typename T> | |
| void resize(T& v, unsigned long n) { v.resize(n); } | |
| } | |