20 Nov
2014
20 Nov
'14
1:09 p.m.
Antony,
On Fri, Oct 3, 2014 at 3:24 PM, Klaim - Joël Lamotte
Instead of :
BOOST_DLL_ALIAS( my_namespace::cpp_function_name, cpp_function_alias_name )
Something like:
BOOST_DLL_AUTO_ALIAS( my_namespace::cpp_function_name )
did you have the time to consider this suggestion? Is this doable? I don't see it in the develop branch so if you found an issue with this I would like to learn from it. Thanks for your time.