Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r57016 - trunk/boost/python/detail
From: troy_at_[hidden]
Date: 2009-10-20 11:06:21


Author: troy
Date: 2009-10-20 11:06:21 EDT (Tue, 20 Oct 2009)
New Revision: 57016
URL: http://svn.boost.org/trac/boost/changeset/57016

Log:
Fix for #2582, thanks for the patch.

Text files modified:
   trunk/boost/python/detail/translate_exception.hpp | 6 ++++--
   1 files changed, 4 insertions(+), 2 deletions(-)

Modified: trunk/boost/python/detail/translate_exception.hpp
==============================================================================
--- trunk/boost/python/detail/translate_exception.hpp (original)
+++ trunk/boost/python/detail/translate_exception.hpp 2009-10-20 11:06:21 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