
27 Oct
2010
27 Oct
'10
5:22 p.m.
On Mon, Oct 25, 2010 at 4:48 PM, Ioannis Papadopoulos
Hi,
Is there a way of checking if a stand-alone function exists?
Thanks
If you need this as compile-time functionality and the function you want to look for is not nullary then I believe you should be able to hack together a solution using SFINAE, at least in 0x. -- -Matt Calabrese