Changes between Version 2 and Version 3 of BoostPhoenix3


Ignore:
Timestamp:
May 29, 2009, 2:09:42 PM (13 years ago)
Author:
alpmestan
Comment:

added link to the ML discussion

Legend:

Unmodified
Added
Removed
Modified
  • BoostPhoenix3

    v2 v3  
    1212
    1313* '''Terminal Capture Behavior''': In Phoenix, most terminals must be captured by value. In Proto, all terminals are captured by reference by default and must be recaptured by value through the use of a so-called Proto generator. This requires extra code (complexity) and needless template instantiations (longer compile times). Perhaps Proto can be extended such that terminal capture behavior can be specified on a per-domain basis.
     14
     15= Discussion =
     16There is a thread on the boost-devel mailing list about Boost.Phoenix v3 that can be found [http://lists.boost.org/Archives/boost/2009/05/151912.php here].