
14 Jun
2012
14 Jun
'12
6:39 a.m.
Hi, I figured out that argument deduction in phoenix only works with references, so the following will not compile: std::cout << arg1( 1.0 ) << std::endl; Are there any alternatives to use use phoenix directly with values?