$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [Proto] Building custom expression and new domain deduction not working
From: Joel Falcou (joel.falcou_at_[hidden])
Date: 2010-06-22 12:29:20
Here's an update on my last version.
I have now added a new function building a custom expression node in a
given domain.
This code fails to compile under current trunk by saying that there is
no proper operator+ to find. I guess it's because it can't see t and
iota(0,8) to be in the same , compatible domain.
Did I do something wrong ?