// Copyright (C) 2014 Davis E. King (davis@dlib.net)// License: Boost Software License See LICENSE.txt for the full license.#ifndef DLIB_PYTHON_INDEXING_H__#define DLIB_PYTHON_INDEXING_H__namespacedlib{template<typenameT>voidresize(T&v,unsignedlongn){v.resize(n);}}#endif // DLIB_PYTHON_INDEXING_H__