Files
boost_preprocessor/docs.1/ref/config_errors.html

30 lines
860 B
HTML
Raw Normal View History

2002-09-08 09:40:56 +00:00
<html>
<head>
<title>BOOST_PP_CONFIG_ERRORS</title>
<link rel="stylesheet" type="text/css" href="../styles.css">
<script language="javascript" type="text/javascript" src="../scripts.js"></script>
</head>
<body>
<div style="margin-left: 0px;">
The <b>BOOST_PP_CONFIG_ERRORS</b> is a user-defined macro that determines whether library overflows and certain other errors are expanded to error messages.
</div>
<h4>Usage</h4>
<div class="code">
#define <b>BOOST_PP_CONFIG_ERRORS</b> <i>n</i>
</div>
<h4>Arguments</h4>
<dl>
<dt>n</dt>
<dd>
The value that determines if error codes are expanded.&nbsp;
This value must be <i>0</i> or <i>1</i>.
</dd>
</dl>
<h4>Remarks</h4>
<div>
By default, if <i>NDEBUG</i> is not defined, this macro is set to <i>1</i>.&nbsp;
Otherwise, it is set to <i>0</i>.
</div>
</body>
</html>