mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-21 16:22:55 +02:00
Added list data structure
[SVN r12433]
This commit is contained in:
@ -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) <= sizeof(long));
|
||||
</pre></div></pre>
|
||||
<p>
|
||||
The above expands to:
|
||||
expands to:
|
||||
<p>
|
||||
<pre><div class="fragment"><pre>
|
||||
enum
|
||||
|
Reference in New Issue
Block a user