5 Oct
2003
5 Oct
'03
10:07 a.m.
On Sat, 4 Oct 2003, Aleksey Gurtovoy wrote:
Yes, _out of box_ 'remove_pointer' works for all fundametal types and their first- and second- rank derivations... ...You can make it work for any other user-defined type 'A' by simply saying
BOOST_TT_BROKEN_COMPILER_SPEC(A)
somewhere in the global scope, before the first 'remove_pointer' usage...
Great! Having such a macro for client's use was the best I could come up with too (after stealing some more ideas from boost, of course ;-). I guess this is a good solution. Thanks for fast and detailed response, as well as for a wonderful library. Leo.