$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [phoenix] passing values
From: Karsten Ahnert (karsten.ahnert_at_[hidden])
Date: 2012-06-14 02:39:07
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?