12 Aug
2011
12 Aug
'11
3:15 a.m.
I changed to void return type and still had my compiler crashed... template<template<typename T0> class F> struct temp_fun_1 { template<typename TT0> void operator()( TT0 a1 ) { // empty function for simplicity } }; template<typename T> void Loopback(T t){ std::cout<<t; } temp_fun_1<Loopback>(); //in main(). I can't even instantiate temp_fun_1. -- View this message in context: http://boost.2283326.n4.nabble.com/fusion-Is-it-possible-to-wrap-a-function-... Sent from the Boost - Users mailing list archive at Nabble.com.