[phoenix] Using Phoenix V2.0

I'm struggling a little to navigate my way through the Boost svn repository for the correct Phoenix V2.0 files. There seem to be many deprecated locations and shell wrappers. Eg. boost/spirit/phoenix/operators.hpp states it is deprected in favour of boost/spirit/include/phoenix1_operators.hpp which simply #includes boost/home/classic/phoenix/operators.hpp which seems to be the real thing. Which, if any, of these is likely to emerge as the 'correct' long term home for these files? Thanks, Rob. -- ACCU - Professionalism in programming - http://www.accu.org

Robert Jones wrote:
I'm struggling a little to navigate my way through the Boost svn repository for the correct Phoenix V2.0 files. There seem to be many deprecated locations and shell wrappers.
Eg.
boost/spirit/phoenix/operators.hpp
states it is deprected in favour of
boost/spirit/include/phoenix1_operators.hpp
which simply #includes
boost/home/classic/phoenix/operators.hpp
which seems to be the real thing.
Which, if any, of these is likely to emerge as the 'correct' long term home for these files?
Check again, the docs I updated: http://spirit.sourceforge.net/dl_docs/phoenix-2/libs/spirit/phoenix/doc/html... See the includes. You might be looking at an older doc. The proper include is in the spirit/home/phoenix directory. See for example: http://spirit.sourceforge.net/dl_docs/phoenix-2/libs/spirit/phoenix/doc/html... Regards, -- Joel de Guzman http://www.boostpro.com http://spirit.sf.net

On Thu, Jul 24, 2008 at 11:13 AM, Joel de Guzman <joel@boost-consulting.com> wrote:
Robert Jones wrote:
<snip>
Check again, the docs I updated:
http://spirit.sourceforge.net/dl_docs/phoenix-2/libs/spirit/phoenix/doc/html...
See the includes. You might be looking at an older doc. The proper include is in the spirit/home/phoenix directory. See for example:
http://spirit.sourceforge.net/dl_docs/phoenix-2/libs/spirit/phoenix/doc/html...
Ah, sourceforge again! That's where I found the documentation for v2.0 first time round, since Google finds it, but then... On Wed, Jul 23, 2008 at 5:37 PM, Daniel James <daniel_james@fmail.co.uk> wrote:
Am I correct in thinking that the Boost sandbox in entirely contained on
2008/7/23 Robert Jones <robertgbjones@gmail.com>: the
sourceforge site in the Boost Sandbox project, and that it's not part of, or contained in, the main Boost site?
No, we're longer using sourceforge. We have a space in our subversion repository for sandbox development, you can have a look at:
So the real current docs are still on sourceforge? - Rob (ps, thanks for being so patient while I get my bearings) -- ACCU - Professionalism in programming - http://www.accu.org

Robert Jones wrote:
Ah, sourceforge again! That's where I found the documentation for v2.0 first time round, since Google finds it, but then...
On Wed, Jul 23, 2008 at 5:37 PM, Daniel James <daniel_james@fmail.co.uk> wrote:
Am I correct in thinking that the Boost sandbox in entirely contained on
2008/7/23 Robert Jones <robertgbjones@gmail.com>: the
sourceforge site in the Boost Sandbox project, and that it's not part of, or contained in, the main Boost site? No, we're longer using sourceforge. We have a space in our subversion repository for sandbox development, you can have a look at:
So the real current docs are still on sourceforge?
No, it's just a snapshot. It's a snapshot of the ones in SVN trunk and release branch. I keep snapshots there for the sake of those who already link to it. And, yes, Spirit still has a SF presence. It's been the case eversince, even before it became a part of boost. We do our experimental stuff there, then migrate them to boost when things get stable. We still maintain our active user and devel mailing list, etc. Regards, -- Joel de Guzman http://www.boostpro.com http://spirit.sf.net

Joel de Guzman wrote:
And, yes, Spirit still has a SF presence. It's been the case eversince, even before it became a part of boost. We do our experimental stuff there, then migrate them to boost when things get stable. We still maintain our active user and devel mailing list, etc.
Well, the Spirit devel mailing list doesnt't seem so active lately... ;-) Stefano

Stefano Delli Ponti wrote:
Joel de Guzman wrote:
And, yes, Spirit still has a SF presence. It's been the case eversince, even before it became a part of boost. We do our experimental stuff there, then migrate them to boost when things get stable. We still maintain our active user and devel mailing list, etc.
Well, the Spirit devel mailing list doesnt't seem so active lately... ;-)
Yeah :P It's been pretty much private exchanges with me and Hartmut. Mostly it's just Skype. It's faster to talk than to type. I do miss the active exchange of ideas though. Perhaps we should move our discussions there. Hartmut? Cheers, -- Joel de Guzman http://www.boostpro.com http://spirit.sf.net
participants (3)
-
Joel de Guzman
-
Robert Jones
-
Stefano Delli Ponti