Geoffrey Irving
unread,Apr 28, 2014, 7:00:02 PM4/28/14Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to xdress
Do we have support for picking out one of a set of overloaded
functions to wrap? At the moment, I have the C++ declarations
string resource(const string& path);
string resource(const string& path0, const string& path1);
string resource(const string& path0, const string& path1, const
string& path2);
and I want to wrap just the first one of these.
Geoffrey