
21 Dec
2010
21 Dec
'10
6:46 a.m.
Joel de Guzman wrote:
A. (almost the same as Jeffrey's suggestion) If boost::fusion::begin/end doesn't need to be found via ADL, then use ADL barrier technique to fusion::begin/end (i.e. defining begin/end in another namespace and pull its name in namespace fusion by using directive/declaration).
A is the only viable option, AFAIK.
+1 Regards, Michel