Removed MWCW version number test from workarounds

[SVN r13166]
This commit is contained in:
Vesa Karvonen
2002-03-10 08:27:13 +00:00
parent 1ad72e98a9
commit 7202e6b56e
26 changed files with 61 additions and 31 deletions

View File

@ -15,6 +15,8 @@
/** <p>Stringizes <code>X</code> after it is macro expanded.</p>
<p>For example, <code>BOOST_PP_STRINGIZE(BOOST_PP_CAT(a,b))</code> expands to <code>"ab"</code>.</p>
<h3>Example</h3>
<ul>
<li><a href="../../example/note.c">note.c</a></li>