Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r55039 - trunk/boost/spirit/home/support
From: hartmut.kaiser_at_[hidden]
Date: 2009-07-19 22:52:42


Author: hkaiser
Date: 2009-07-19 22:52:41 EDT (Sun, 19 Jul 2009)
New Revision: 55039
URL: http://svn.boost.org/trac/boost/changeset/55039

Log:
Spirit: added missing inline
Text files modified:
   trunk/boost/spirit/home/support/attributes.hpp | 5 +++--
   1 files changed, 3 insertions(+), 2 deletions(-)

Modified: trunk/boost/spirit/home/support/attributes.hpp
==============================================================================
--- trunk/boost/spirit/home/support/attributes.hpp (original)
+++ trunk/boost/spirit/home/support/attributes.hpp 2009-07-19 22:52:41 EDT (Sun, 19 Jul 2009)
@@ -464,10 +464,11 @@
     {
         detail::clear_impl(val, typename is_container<T>::type());
     }
-
- void clear(unused_type)
+
+ inline void clear(unused_type)
     {
     }
+
 }}}
 
 #endif


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