Boost spirit... classic?

Hi, I'm a bit confused. It seems like all the includes for boost spirit are "classic" i.e. it seems to me I have an old version, but I'm currently using 1.39. I looked on the spirit website and there is no information about the correct way to use the latest version of the spirit framework. The most I found was a post from about a year ago about the "classic" includes. The documentation on the boost website doesn't have any information. Is there some information about this somewhere? What should I be doing to create new parsers? Kind regards, Samuel

Hi Samuel, I had the same problem, use the documentation included with the boost distribution. That is: <boost-root>libs/spirit/doc/html/index.html It is my impression that Joel and Harmut are working on the documentation, so a lot recently added stuff can be found in boost-trunk. -- Best regards, Martin Dyring-Andersen

2009/6/23 Martin Dyring-Andersen <mda@spamfighter.com>
Which can be seen online here: http://svn.boost.org/svn/boost/trunk/libs/spirit/doc/html/index.html

Scott McMurray wrote:
And specifically: http://bit.ly/wgSu4 -- Sohail Somani http://uint32t.blogspot.com

Thanks to all who replied. That clarified everything. Kind regards, Samuel
participants (4)
-
Martin Dyring-Andersen
-
Scott McMurray
-
Sohail Somani
-
Space Ship Traveller