2
0
mirror of https://github.com/boostorg/python.git synced 2026-02-02 21:12:15 +00:00

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]
This commit is contained in:
Eric Niebler
2004-07-02 01:21:32 +00:00
parent 9d7097177d
commit b76f185cb6

View File

@@ -6,10 +6,10 @@
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#include <boost/config.hpp>
#include <boost/python/object.hpp>
#include <boost/python/extract.hpp>
#include <boost/python/converter/pytype_object_mgr_traits.hpp>
#include <boost/minmax.hpp>
#include <iterator>
#include <algorithm>