|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r55542 - trunk/boost/spirit/home/support
From: frabar666_at_[hidden]
Date: 2009-08-12 08:37:33
Author: fbarel
Date: 2009-08-12 08:37:29 EDT (Wed, 12 Aug 2009)
New Revision: 55542
URL: http://svn.boost.org/trac/boost/changeset/55542
Log:
Spirit: remove duplicate declarations
Text files modified:
trunk/boost/spirit/home/support/make_component.hpp | 5 +++++
trunk/boost/spirit/home/support/meta_compiler.hpp | 11 -----------
2 files changed, 5 insertions(+), 11 deletions(-)
Modified: trunk/boost/spirit/home/support/make_component.hpp
==============================================================================
--- trunk/boost/spirit/home/support/make_component.hpp (original)
+++ trunk/boost/spirit/home/support/make_component.hpp 2009-08-12 08:37:29 EDT (Wed, 12 Aug 2009)
@@ -38,6 +38,11 @@
namespace tag
{
+ // Normally, we use proto tags as-is to distinguish operators.
+ // The special case is proto::tag::subscript. Spirit uses this
+ // as either sementic actions or directives. To distinguish between
+ // the two, we use these special tags below.
+
struct directive;
struct action;
}
Modified: trunk/boost/spirit/home/support/meta_compiler.hpp
==============================================================================
--- trunk/boost/spirit/home/support/meta_compiler.hpp (original)
+++ trunk/boost/spirit/home/support/meta_compiler.hpp 2009-08-12 08:37:29 EDT (Wed, 12 Aug 2009)
@@ -22,17 +22,6 @@
namespace boost { namespace spirit
{
- namespace tag
- {
- // Normally, we use proto tags as-is to distinguish operators.
- // The spacial case is proto::tag::subscript. Spirit uses this
- // as either sementic actions or directives. To distinguish between
- // the two, we use these special tags below.
-
- struct action;
- struct directive;
- }
-
// Some defaults...
template <typename Domain, typename Tag, typename Enable = void>
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