diff --git a/docs/manual.html b/docs/manual.html index 4695f50..07ac00e 100644 --- a/docs/manual.html +++ b/docs/manual.html @@ -581,7 +581,8 @@ heart's content.

Type Descriptions

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 g++, the names returned aren't +particularly useful.

Chapter 4. Visitors

Disclaimer: Almost no one will have any use for Visitors, they were added to provide special handling for default arguments. Nothing