forked from boostorg/preprocessor
initial revision
[SVN r15198]
This commit is contained in:
29
docs.1/ref/config_errors.html
Normal file
29
docs.1/ref/config_errors.html
Normal file
@ -0,0 +1,29 @@
|
||||
<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.
|
||||
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>.
|
||||
Otherwise, it is set to <i>0</i>.
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user