
19 Feb
2013
19 Feb
'13
5:19 p.m.
AMDG On 02/19/2013 09:11 AM, Christophe Henry wrote:
Hi all,
I played a bit more with overloading and it started being annoying and error-prone to add more overloads of concept_map (with more arguments) so I wrote a small macro to 1) generate my overloads and 2) save myself the time reading compiler errors when I use BOOST_TYPE_ERASURE_MEMBER and make a mistake in the number of arguments.
Indeed. I just committed an update a couple of days ago to BOOST_TYPE_ERASURE_MEMBER to use variadic templates under C++11. In Christ, Steven Watanabe