Ticket #2974: spirit-doc-introduction_qbk-r52655.patch

File spirit-doc-introduction_qbk-r52655.patch, 620 bytes (added by Mateusz Loskot <mateusz@…>, 13 years ago)

Patch fixing error in Karma format example, generated against trunk r52655

  • libs/spirit/doc/introduction.qbk

     
    186186data types as long as these conform conceptually. The next table gives some
    187187related examples.
    188188
    189 [table Different data types usable with the output format `(*int_ << eol)`
     189[table Different data types usable with the output format `*(int_ << eol)`
    190190    [ [Data type] ]
    191191    [ [`int i[4]`]                [C style arrays] ]
    192192    [ [`std::vector<int>`]        [Standard vector] ]