#ifndef PYTHONIC_UTILS_RESERVE_HPP #define PYTHONIC_UTILS_RESERVE_HPP #include "pythonic/include/utils/reserve.hpp" PYTHONIC_NS_BEGIN namespace utils { template void reserve(Container &, From &&) // do nothing unless specialized { } } PYTHONIC_NS_END #endif