|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r69182 - branches/quickbook-filenames/tools/quickbook/src
From: dnljms_at_[hidden]
Date: 2011-02-22 15:49:24
Author: danieljames
Date: 2011-02-22 15:49:11 EST (Tue, 22 Feb 2011)
New Revision: 69182
URL: http://svn.boost.org/trac/boost/changeset/69182
Log:
No longer using macro_id.
Text files modified:
branches/quickbook-filenames/tools/quickbook/src/actions_class.cpp | 1 -
branches/quickbook-filenames/tools/quickbook/src/actions_class.hpp | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)
Modified: branches/quickbook-filenames/tools/quickbook/src/actions_class.cpp
==============================================================================
--- branches/quickbook-filenames/tools/quickbook/src/actions_class.cpp (original)
+++ branches/quickbook-filenames/tools/quickbook/src/actions_class.cpp 2011-02-22 15:49:11 EST (Tue, 22 Feb 2011)
@@ -55,7 +55,6 @@
, source_mode("c++")
// temporary or global state
- , macro_id()
, template_depth(0)
, templates()
, error_count(0)
Modified: branches/quickbook-filenames/tools/quickbook/src/actions_class.hpp
==============================================================================
--- branches/quickbook-filenames/tools/quickbook/src/actions_class.hpp (original)
+++ branches/quickbook-filenames/tools/quickbook/src/actions_class.hpp 2011-02-22 15:49:11 EST (Tue, 22 Feb 2011)
@@ -88,7 +88,6 @@
std::stack<string_symbols> macro_stack;
// temporary or global state
- std::string macro_id;
int template_depth;
template_stack templates;
int error_count;
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