Compare commits

...

5 Commits

Author SHA1 Message Date
26600871ad Release
[SVN r43921]
2008-03-29 11:50:24 +00:00
4507d79106 Full merge from trunk at revision 41356 of entire boost-root tree.
[SVN r41370]
2007-11-25 18:38:02 +00:00
80f57a0284 Full merge from trunk at revision 41356 of entire boost-root tree.
[SVN r41369]
2007-11-25 18:07:19 +00:00
6a5b3283fc Starting point for releases
[SVN r39706]
2007-10-05 14:25:06 +00:00
f3461db9c7 This commit was manufactured by cvs2svn to create tag
'Version_1_34_1'.

[SVN r38286]
2007-07-24 19:28:14 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
</dd>
<dt>[flags]</dt>
<dd>
A quoted or angle-bracketed filename to used as the target of a <i>file-iteration</i>.
The flags associated with this <i>file-iteration</i> used to discriminate between different <i>file-iterations</i> in the same file.
</dd>
</dl>
<h4>Remarks</h4>

View File

@ -35,7 +35,7 @@
# define BOOST_PP_CHECK_3(im) BOOST_PP_CHECK_5(BOOST_PP_CHECK_4 im)
# define BOOST_PP_CHECK_4(res, _) res
# define BOOST_PP_CHECK_5(res) res
# else // DMC
# else /* DMC */
# define BOOST_PP_CHECK_D(x, type) BOOST_PP_CHECK_OO((type x))
# define BOOST_PP_CHECK_OO(par) BOOST_PP_CHECK_0 ## par
# define BOOST_PP_CHECK_0(chk) BOOST_PP_CHECK_1(BOOST_PP_CAT(BOOST_PP_CHECK_RESULT_, chk))