mirror of
https://github.com/boostorg/preprocessor.git
synced 2026-01-31 02:19:15 +01:00
Added list data structure
[SVN r12433]
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
<p>
|
||||
Delays the stringization of E.
|
||||
<p>
|
||||
Example:
|
||||
For example,
|
||||
<p>
|
||||
<pre><div class="fragment"><pre>
|
||||
#define NOTE(STR)\
|
||||
@@ -54,7 +54,7 @@ Example:
|
||||
#pragma NOTE("TBD!")
|
||||
</pre></div></pre>
|
||||
<p>
|
||||
The above expands to:
|
||||
expands to:
|
||||
<p>
|
||||
<pre><div class="fragment"><pre>
|
||||
#pragma message("examples.cpp" "(" "20" ") : " "TBD!")
|
||||
|
||||
Reference in New Issue
Block a user