what_s_new.qbk 763 B

1234567891011121314151617181920212223
  1. [/==============================================================================
  2. Copyright (C) 2001-2011 Joel de Guzman
  3. Copyright (C) 2001-2011 Hartmut Kaiser
  4. Distributed under the Boost Software License, Version 1.0. (See accompanying
  5. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  6. ===============================================================================/]
  7. [section What's New]
  8. [/////////////////////////////////////////////////////////////////////////////]
  9. [section:spirit_2_5_1 Spirit V2.5.1]
  10. This section is added since V2.5.1 (Boost V1.48.0).
  11. [heading New Features in Qi]
  12. * Added the __qi__ directive __qi_seek__ enabling skipping over the input,
  13. getting to the interested portion.
  14. [endsect]
  15. [endsect]