|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r57017 - branches/release/boost/python/detail
From: troy_at_[hidden]
Date: 2009-10-20 11:18:27
Author: troy
Date: 2009-10-20 11:18:26 EDT (Tue, 20 Oct 2009)
New Revision: 57017
URL: http://svn.boost.org/trac/boost/changeset/57017
Log:
merge from trunk very minor fixes for ticket #2582
Text files modified:
branches/release/boost/python/detail/translate_exception.hpp | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
Modified: branches/release/boost/python/detail/translate_exception.hpp
==============================================================================
--- branches/release/boost/python/detail/translate_exception.hpp (original)
+++ branches/release/boost/python/detail/translate_exception.hpp 2009-10-20 11:18:26 EDT (Tue, 20 Oct 2009)
@@ -2,13 +2,15 @@
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
-#ifndef TRANSLATE_EXCEPTION_DWA2002810_HPP
-# define TRANSLATE_EXCEPTION_DWA2002810_HPP
+#ifndef TRANSLATE_EXCEPTION_TDS20091020_HPP
+# define TRANSLATE_EXCEPTION_TDS20091020_HPP
# include <boost/python/detail/exception_handler.hpp>
# include <boost/call_traits.hpp>
# include <boost/type_traits/add_const.hpp>
+# include <boost/type_traits/add_reference.hpp>
+# include <boost/type_traits/remove_reference.hpp>
# include <boost/function/function0.hpp>
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