Your IP : 216.73.216.79


Current Path : /lib/python3/dist-packages/pythran/pythonic/utils/
Upload File :
Current File : //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