// -*- C++ -*- %module tiger_overload %include "std_pair.i" %{ #include using namespace overload; %} %template() std::pair; %include "overload/liboverload.hh"