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.