Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r59561 - branches/quickbook-1.5-spirit2
From: daniel_james_at_[hidden]
Date: 2010-02-07 04:11:19


Author: danieljames
Date: 2010-02-07 04:11:18 EST (Sun, 07 Feb 2010)
New Revision: 59561
URL: http://svn.boost.org/trac/boost/changeset/59561

Log:
Remove plain_char declaration.
Text files modified:
   branches/quickbook-1.5-spirit2/actions.hpp | 14 --------------
   1 files changed, 0 insertions(+), 14 deletions(-)

Modified: branches/quickbook-1.5-spirit2/actions.hpp
==============================================================================
--- branches/quickbook-1.5-spirit2/actions.hpp (original)
+++ branches/quickbook-1.5-spirit2/actions.hpp 2010-02-07 04:11:18 EST (Sun, 07 Feb 2010)
@@ -67,20 +67,6 @@
     extern char const* quickbook_get_date;
     extern char const* quickbook_get_time;
 
- struct plain_char_action
- {
- // Prints a single plain char.
- // Converts '<' to "&lt;"... etc See utils.hpp
-
- plain_char_action(collector& phrase)
- : phrase(phrase) {}
-
- void operator()(char ch, unused_type, unused_type) const;
- void operator()(iterator_range, unused_type, unused_type) const;
-
- collector& phrase;
- };
-
     struct syntax_highlight
     {
         syntax_highlight(


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk