
25 Aug
2007
25 Aug
'07
3:50 p.m.
AMDG Ion GaztaƱaga <igaztanaga <at> gmail.com> writes:
-> Someone knows have to make a function static or not depending on a compile-time boolean.
static typename boost::enable_if_c<should_be_static, result_type>::type f(); typename boost::disable_if_c<should_be_static, result_type>::type f(); In Christ, Steven Watanabe