%PDF- %PDF-
| Direktori : /proc/thread-self/root/usr/lib/python3/dist-packages/pythran/pythonic/utils/ |
| Current File : //proc/thread-self/root/usr/lib/python3/dist-packages/pythran/pythonic/utils/reserve.hpp |
#ifndef PYTHONIC_UTILS_RESERVE_HPP
#define PYTHONIC_UTILS_RESERVE_HPP
#include "pythonic/include/utils/reserve.hpp"
PYTHONIC_NS_BEGIN
namespace utils
{
template <class Container, class From>
void reserve(Container &, From &&) // do nothing unless specialized
{
}
}
PYTHONIC_NS_END
#endif