19 Jan
2015
19 Jan
'15
4:26 p.m.
I am seeing that the type_traits macro BOOST_TT_AUX_TEMPLATE_ARITY_SPEC(i, name), which is in type_traits/detail/template_arity_spec.hpp, is used extensively in function_types and also in a few other libraries.
Wasn't this macro a VC6 workaround?
As a first step we could just add an empty macro and see if anything today actually needs it.
That's what I was planning, these macros are all basically superfluous now. John.