mirror of
https://github.com/boostorg/python.git
synced 2026-01-22 17:32:55 +00:00
Use <boost/limits.hpp> instead of <limits>
[SVN r20448]
This commit is contained in:
@@ -27,9 +27,9 @@
|
||||
#include <boost/python/suite/indexing/int_slice_helper.hpp>
|
||||
#include <boost/python/suite/indexing/slice.hpp>
|
||||
#include <boost/mpl/if.hpp>
|
||||
#include <boost/limits.hpp>
|
||||
#include <algorithm>
|
||||
#include <stdexcept>
|
||||
#include <limits>
|
||||
#include <string>
|
||||
|
||||
namespace boost { namespace python { namespace indexing {
|
||||
|
||||
Reference in New Issue
Block a user