Boost logo

Boost Users :

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.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net