|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r59457 - trunk/boost/serialization
From: ramey_at_[hidden]
Date: 2010-02-03 16:36:19
Author: ramey
Date: 2010-02-03 16:36:18 EST (Wed, 03 Feb 2010)
New Revision: 59457
URL: http://svn.boost.org/trac/boost/changeset/59457
Log:
change "void inline" to "inline void" on older gcc compilers
Text files modified:
trunk/boost/serialization/throw_exception.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/serialization/throw_exception.hpp
==============================================================================
--- trunk/boost/serialization/throw_exception.hpp (original)
+++ trunk/boost/serialization/throw_exception.hpp 2010-02-03 16:36:18 EST (Wed, 03 Feb 2010)
@@ -26,7 +26,7 @@
#ifdef BOOST_NO_EXCEPTIONS
-void inline throw_exception(std::exception const & e) {
+inline void throw_exception(std::exception const & e) {
::boost::throw_exception(e);
}
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