1<html> 2 <head> 3 <title>BOOST_PP_CONFIG_EXTENDED_LINE_INFO</title> 4 <link rel="stylesheet" type="text/css" href="../styles.css"> 5 </head> 6 <body> 7 <div style="margin-left: 0px;"> 8 The <b>BOOST_PP_CONFIG_EXTENDED_LINE_INFO</b> is a user-defined macro that 9 determines whether <b>BOOST_PP_LINE</b> outputs extended <i>file-iteration</i> state 10 information. 11 </div> 12 <h4> 13 Usage 14 </h4> 15 <div class="code"> 16 #define <b>BOOST_PP_CONFIG_EXTENDED_LINE_INFO</b> <i>n</i> 17 </div> 18 <h4> 19 Arguments 20 </h4> 21 <dl> 22 <dt>n</dt> 23 <dd> 24 The value that determines if <b>BOOST_PP_LINE</b> outputs extended <i>file-iteration</i> 25 information. This value must be <i>0</i> or <i>1</i>. 26 </dd> 27 </dl> 28 <h4> 29 Remarks 30 </h4> 31 <div> 32 If <i>n</i> is <i>1</i>, <b>BOOST_PP_LINE</b> will output extended data. 33 By default, this macro is set to <i>0</i>. 34 </div> 35 <h4> 36 See Also 37 </h4> 38 <ul> 39 <li> 40 <a href="line.html">BOOST_PP_LINE</a></li> 41 </ul> 42 <hr size="1"> 43 <div style="margin-left: 0px;"> 44 <i>� Copyright <a href="http://www.housemarque.com" target="_top">Housemarque Oy</a> 2002</i> 45 </br><i>� Copyright Paul Mensonides 2002</i> 46 </div> 47 <div style="margin-left: 0px;"> 48 <p><small>Distributed under the Boost Software License, Version 1.0. (See 49 accompanying file <a href="../../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or 50 copy at <a href= 51 "http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</small></p> 52 </div> 53 </body> 54</html> 55