Make sure at least one Boost header (and therefore Boost.Config) precedes std lib headers so that defines in boost/config/user.hpp are seen by system headers.

Fixes #7009.

[SVN r79152]
This commit is contained in:
John Maddock
2012-06-28 10:53:43 +00:00
parent e18682ca74
commit 50795bcfec
4 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#define BOOST_REGEX_SOURCE
#include <boost/config.hpp>
#include <climits>
#include <stdexcept>
#include <string>