Skip to content

Remove Phoenix v2 scaffolding.

Gerhard Raven requested to merge remove_pre_phoenix3_pre_boost1_47_code into master

With the introduction of Phoenix v3 (in boost 1.47) the 'result' struct is no longer needed in spirit parser. See eg. http://www.boost.org/doc/libs/1_47_0/libs/phoenix/doc/html/phoenix/what_s_new/phoenix_3_0.html which points out the switch to the 'Boost::Result_of' protocol. (also see gaudi/Gaudi!447 (merged))

Merge request reports