Ticket #8343: 0001-doc-fix-improper-formating-of-an-example.patch

File 0001-doc-fix-improper-formating-of-an-example.patch, 780 bytes (added by Akim Demaille <akim.demaille@…>, 10 years ago)
  • doc/numeric_cast.qbk

    From 90188b8d32853c96a0429d2f9cecd37a0d65a80b Mon Sep 17 00:00:00 2001
    From: Akim Demaille <akim@lrde.epita.fr>
    Date: Wed, 27 Mar 2013 16:38:58 +0100
    Subject: [PATCH] doc: fix improper formating of an example
    
    doc/numeric_cast.qbk: Properly indent <pre> block.
    ---
     doc/numeric_cast.qbk | 4 ++--
     1 file changed, 2 insertions(+), 2 deletions(-)
    
    diff --git a/doc/numeric_cast.qbk b/doc/numeric_cast.qbk
    index a7d44f4..a6a7ec5 100644
    a b for details.  
    9494
    9595The following example performs some typical conversions between numeric types:
    9696
    97 #include <boost/numeric/conversion/cast.hpp>
    98 #include <iostream>
     97    #include <boost/numeric/conversion/cast.hpp>
     98    #include <iostream>
    9999
    100100    int main()
    101101    {