%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/fwd.hpp |
#ifndef PYTHONIC_UTILS_FWD_HPP
#define PYTHONIC_UTILS_FWD_HPP
#include "pythonic/include/utils/fwd.hpp"
PYTHONIC_NS_BEGIN
namespace utils
{
template <typename... Types>
void fwd(Types const &... types)
{
}
}
PYTHONIC_NS_END
#endif