We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d804f12 commit b9cd3ffCopy full SHA for b9cd3ff
include/boost/python/detail/translate_exception.hpp
@@ -2,13 +2,15 @@
2
// Distributed under the Boost Software License, Version 1.0. (See
3
// accompanying file LICENSE_1_0.txt or copy at
4
// http://www.boost.org/LICENSE_1_0.txt)
5
-#ifndef TRANSLATE_EXCEPTION_DWA2002810_HPP
6
-# define TRANSLATE_EXCEPTION_DWA2002810_HPP
+#ifndef TRANSLATE_EXCEPTION_TDS20091020_HPP
+# define TRANSLATE_EXCEPTION_TDS20091020_HPP
7
8
# include <boost/python/detail/exception_handler.hpp>
9
10
# include <boost/call_traits.hpp>
11
# include <boost/type_traits/add_const.hpp>
12
+# include <boost/type_traits/add_reference.hpp>
13
+# include <boost/type_traits/remove_reference.hpp>
14
15
# include <boost/function/function0.hpp>
16
0 commit comments