|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r54976 - trunk/boost/spirit/home/karma/numeric/detail
From: hartmut.kaiser_at_[hidden]
Date: 2009-07-15 20:26:59
Author: hkaiser
Date: 2009-07-15 20:26:58 EDT (Wed, 15 Jul 2009)
New Revision: 54976
URL: http://svn.boost.org/trac/boost/changeset/54976
Log:
Spirit: added a missing forward declaration
Text files modified:
trunk/boost/spirit/home/karma/numeric/detail/numeric_utils.hpp | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
Modified: trunk/boost/spirit/home/karma/numeric/detail/numeric_utils.hpp
==============================================================================
--- trunk/boost/spirit/home/karma/numeric/detail/numeric_utils.hpp (original)
+++ trunk/boost/spirit/home/karma/numeric/detail/numeric_utils.hpp 2009-07-15 20:26:58 EDT (Wed, 15 Jul 2009)
@@ -575,6 +575,9 @@
// customization of the formatting process
//
///////////////////////////////////////////////////////////////////////////
+ template <typename T>
+ struct real_policies;
+
template <typename T
, typename Policies = real_policies<T>
, typename CharEncoding = unused_type
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