
22 Dec
2005
22 Dec
'05
9:30 a.m.
No, it won't. typename should be replaced by BOOST_DEDUCED_TYPENAME, which expands to typename on compilers that require it, and nothing where they reject it.
Ya know, my first implementation used this macro, however I noticed other boost libs that did not use it, so I mistakenly thought it was deprecated. Silly me :) -Frank