|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r63674 - in trunk/boost/spirit/home: karma/nonterminal qi/nonterminal
From: hartmut.kaiser_at_[hidden]
Date: 2010-07-05 16:01:23
Author: hkaiser
Date: 2010-07-05 16:01:23 EDT (Mon, 05 Jul 2010)
New Revision: 63674
URL: http://svn.boost.org/trac/boost/changeset/63674
Log:
Spirit: minor formatting changes
Text files modified:
trunk/boost/spirit/home/karma/nonterminal/debug_handler.hpp | 22 ++++++++++++----------
trunk/boost/spirit/home/qi/nonterminal/debug_handler.hpp | 22 ++++++++++++----------
2 files changed, 24 insertions(+), 20 deletions(-)
Modified: trunk/boost/spirit/home/karma/nonterminal/debug_handler.hpp
==============================================================================
--- trunk/boost/spirit/home/karma/nonterminal/debug_handler.hpp (original)
+++ trunk/boost/spirit/home/karma/nonterminal/debug_handler.hpp 2010-07-05 16:01:23 EDT (Mon, 05 Jul 2010)
@@ -86,16 +86,18 @@
struct simple_trace;
- namespace detail {
- // This class provides an extra level of indirection through a
- // template to produce the simple_trace type. This way, the use
- // of simple_trace below is hidden behind a dependent type, so
- // that compilers eagerly type-checking template definitions
- // won't complain that simple_trace is incomplete.
- template<typename T>
- struct get_simple_trace {
- typedef simple_trace type;
- };
+ namespace detail
+ {
+ // This class provides an extra level of indirection through a
+ // template to produce the simple_trace type. This way, the use
+ // of simple_trace below is hidden behind a dependent type, so
+ // that compilers eagerly type-checking template definitions
+ // won't complain that simple_trace is incomplete.
+ template<typename T>
+ struct get_simple_trace
+ {
+ typedef simple_trace type;
+ };
}
template <typename OutputIterator
Modified: trunk/boost/spirit/home/qi/nonterminal/debug_handler.hpp
==============================================================================
--- trunk/boost/spirit/home/qi/nonterminal/debug_handler.hpp (original)
+++ trunk/boost/spirit/home/qi/nonterminal/debug_handler.hpp 2010-07-05 16:01:23 EDT (Mon, 05 Jul 2010)
@@ -90,16 +90,18 @@
struct simple_trace;
- namespace detail {
- // This class provides an extra level of indirection through a
- // template to produce the simple_trace type. This way, the use
- // of simple_trace below is hidden behind a dependent type, so
- // that compilers eagerly type-checking template definitions
- // won't complain that simple_trace is incomplete.
- template<typename T>
- struct get_simple_trace {
- typedef simple_trace type;
- };
+ namespace detail
+ {
+ // This class provides an extra level of indirection through a
+ // template to produce the simple_trace type. This way, the use
+ // of simple_trace below is hidden behind a dependent type, so
+ // that compilers eagerly type-checking template definitions
+ // won't complain that simple_trace is incomplete.
+ template<typename T>
+ struct get_simple_trace
+ {
+ typedef simple_trace type;
+ };
}
template <typename Iterator
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