3 Oct
2014
3 Oct
'14
1:24 p.m.
Would it be possible to provide a macro that generate a symbol name automatically following an arbitrary (but relatively safe) set of rules instead of asking the user to do it? 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 ) Not sure if it's doable but I think it would ease usability in most cases.