This commit is contained in:
mes5k 2004-10-31 22:13:18 +00:00
parent 5f05dc9436
commit 3a56e3f8e3

View File

@ -581,7 +581,8 @@ heart's content.
</p></div><div class="sect1" lang="en" xml:lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="DESCRIPTION_EXCEPTIONS"></a>Type Descriptions</h2></div></div><div></div></div><p>
Ideally this library would use RTTI to return a human readable name
of the type declared for a particular argument. Unfortunately, at
least for g++, the names returned aren't particularly useful.
least for <b class="command">g++</b>, the names returned aren't
particularly useful.
</p></div></div><div class="chapter" lang="en" xml:lang="en"><div class="titlepage"><div><div><h2 class="title"><a id="VISITORS"></a>Chapter 4. Visitors</h2></div></div><div></div></div><p>
Disclaimer: Almost no one will have any use for Visitors, they were
added to provide special handling for default arguments. Nothing