
This gives also a compilation error on vs2010:
void F()
{
boost::reference_wrapper

ok can be solved by not using pointer to function type, but function type:
void F()
{
boost::reference_wrapper
participants (1)
-
gast128
This gives also a compilation error on vs2010:
void F()
{
boost::reference_wrapper
ok can be solved by not using pointer to function type, but function type:
void F()
{
boost::reference_wrapper