Added list data structure

[SVN r12433]
This commit is contained in:
Vesa Karvonen
2002-01-22 10:29:42 +00:00
parent 0206bbaa60
commit 178a8ab429
30 changed files with 1406 additions and 25 deletions

View File

@ -46,7 +46,7 @@
<p>
Delays the catenation of L and R.
<p>
Example:
For example,
<p>
<pre><div class="fragment"><pre>
#define STATIC_ASSERT(EXPR)\
@ -63,7 +63,7 @@ Example:
STATIC_ASSERT(sizeof(int) &lt;= sizeof(long));
</pre></div></pre>
<p>
The above expands to:
expands to:
<p>
<pre><div class="fragment"><pre>
enum