$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Boost.DLL] Formal Review request
From: Klaim - Joël Lamotte (mjklaim_at_[hidden])
Date: 2014-10-03 09:24:25
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.