$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] still stuck on expectation points
From: philip tucker (phhht_at_[hidden])
Date: 2010-04-16 20:34:25
This
start %= (constitkind > id > ':' > id >> probs) % ","; // FAILS
Should read
start %= (constitkind >> id > ':' > id >> probs) % ","; // FAILS
Sorry.