Skip to content

Commit b76f185

Browse files
author
Eric Niebler
committed
move BOOST_USING_STD_MIN and _MAX and BOOST_PREVENT_MACRO_SUBSTITUTION to the config headers, remove boost/minmax.hpp, update coding guidelines
[SVN r23313]
1 parent 9d70971 commit b76f185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/python/slice.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
// Boost Software License, Version 1.0. (See accompanying file
77
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
88

9+
#include <boost/config.hpp>
910
#include <boost/python/object.hpp>
1011
#include <boost/python/extract.hpp>
1112
#include <boost/python/converter/pytype_object_mgr_traits.hpp>
12-
#include <boost/minmax.hpp>
1313

1414
#include <iterator>
1515
#include <algorithm>

0 commit comments

Comments
 (0)