mirror of
https://github.com/boostorg/serialization.git
synced 2026-02-21 15:22:15 +00:00
moved #include <boost/limits.hpp> higher in the include
[SVN r76954]
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
#include <cstdlib> // for rand()
|
||||
#include <cmath> // for fabs()
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/limits.hpp>
|
||||
#if defined(BOOST_NO_STDC_NAMESPACE)
|
||||
namespace std{
|
||||
using ::rand;
|
||||
@@ -29,7 +30,6 @@ namespace std{
|
||||
}
|
||||
#endif
|
||||
|
||||
#include <boost/limits.hpp>
|
||||
#include <boost/archive/archive_exception.hpp>
|
||||
#include "test_tools.hpp"
|
||||
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
#include <cstdio> // remove
|
||||
#include <cmath> // for fabs()
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/limits.hpp>
|
||||
#if defined(BOOST_NO_STDC_NAMESPACE)
|
||||
namespace std{
|
||||
using ::rand;
|
||||
@@ -28,8 +29,6 @@ namespace std{
|
||||
}
|
||||
#endif
|
||||
|
||||
#include <boost/limits.hpp>
|
||||
|
||||
#include <boost/archive/archive_exception.hpp>
|
||||
#include "test_tools.hpp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user