Ticket #10185: support_of_phoenix_what_s_new.patch

File support_of_phoenix_what_s_new.patch, 828 bytes (added by anonymous, 8 years ago)
  • doc/what_s_new.qbk

    diff --git a/doc/what_s_new.qbk b/doc/what_s_new.qbk
    index 12fbee6..10846f0 100644
    a b  
    99[section What's New]
    1010
    1111[/////////////////////////////////////////////////////////////////////////////]
     12[section:spirit_2_5_3 Spirit V2.5.3]
     13
     14[heading What's changed from V2.5.2 (Boost V1.49.0) to V2.5.3 (Boost V1.50.0)]
     15
     16* The support of __boost_phoenix__ (V3) is now mature. To enable it you need to
     17define the following preprocessor constant for your builds (before including
     18any of Spirit's include files):
     19
     20    #define BOOST_SPIRIT_USE_PHOENIX_V3 1
     21
     22[endsect]
     23[/////////////////////////////////////////////////////////////////////////////]
    1224[section:spirit_2_5_2 Spirit V2.5.2]
    1325
    1426[heading What's changed from V2.5.1 (Boost V1.48.0) to V2.5.2 (Boost V1.49.0)]